Skip to content

browserstack-clientReadme | API


browserstack-client / BrowserStackOptions

Interface: BrowserStackOptions

Extends

  • ClientOptions

Properties

PropertyTypeDescriptionInherited from
baseUrl?stringset the common root URL for all API requestsClientOptions.baseUrl
fetch?(input: string | URL | Request, init?: RequestInit) => Promise<Response>custom fetch (defaults to globalThis.fetch)ClientOptions.fetch
querySerializer?QuerySerializer<unknown> | QuerySerializerOptionsglobal querySerializerClientOptions.querySerializer
bodySerializer?BodySerializer<unknown>global bodySerializerClientOptions.bodySerializer