Preparing search index...
The search index is not available
blaze-sdk
blaze-sdk
BlazeClientConfig
Type Alias BlazeClientConfig
Blaze
Client
Config
:
{
baseUrl
:
string
;
fetchImpl
?:
typeof
fetch
;
retryPolicy
?:
RetryPolicy
;
timeoutMs
?:
number
;
}
Configuration for BlazeClient.
baseUrl: root HTTP endpoint (e.g.,
http://localhost:8080
).
fetchImpl: optional custom fetch implementation (Node/deno/polyfill/testing).
timeoutMs: per-request timeout (ms), default ~10s.
retryPolicy: controls exponential backoff for 429/5xx/network errors.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
blaze-sdk
Loading...
Configuration for BlazeClient.
http://localhost:8080).