Appearance
browserstack-client • Readme | API
browserstack-client / BrowserStackOptions
Interface: BrowserStackOptions
Extends
ClientOptions
Properties
| Property | Type | Description | Inherited from |
|---|---|---|---|
baseUrl? | string | set the common root URL for all API requests | ClientOptions.baseUrl |
fetch? | (input: string | URL | Request, init?: RequestInit) => Promise<Response> | custom fetch (defaults to globalThis.fetch) | ClientOptions.fetch |
querySerializer? | QuerySerializer<unknown> | QuerySerializerOptions | global querySerializer | ClientOptions.querySerializer |
bodySerializer? | BodySerializer<unknown> | global bodySerializer | ClientOptions.bodySerializer |