Optional
customFetch
customFetch?: ((input: RequestInfo | URL, init?: RequestInit) => Promise<Response>)
Type declaration
-
- (input: RequestInfo | URL, init?: RequestInit): Promise<Response>
-
Parameters
-
input: RequestInfo | URL
-
Optional
init: RequestInit
Returns Promise<Response>