WebAPIClient class
Signature:
export declare class WebAPIClient extends BaseAPIClient
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
fetchFunction | { (input: RequestInfo, init?: RequestInit | undefined): Promise<Response>; (input: RequestInfo, init?: RequestInit | undefined): Promise<Response>; } & typeof fetch | ||
requestClass | { new (input: RequestInfo, init?: RequestInit | undefined): Request; prototype: Request; } |