Functions
retryFetch
- retryFetch(url: string, fetchOptions?: RequestInit, retryOptions?: retry.OperationOptions): Promise<Response>
-
Parameters
-
url: string
-
Optional fetchOptions: RequestInit
-
Optional retryOptions: retry.OperationOptions
Returns Promise<Response>