Hierarchy

Properties

concurrentRequests?: number

The number of concurrent requests to store shards. Default 3.

connection?: ConnectionView<Service>
fetch?: {
    (input, init?): Promise<Response>;
    (input, init?): Promise<Response>;
}

Type declaration

    • (input, init?): Promise<Response>
    • Parameters

      Returns Promise<Response>

    • (input, init?): Promise<Response>
    • Parameters

      Returns Promise<Response>

fetchWithUploadProgress?: FetchWithUploadProgress
onUploadProgress?: ProgressFn
retries?: number
signal?: AbortSignal

Generated using TypeDoc