Optional
body?: Uint8Array[] | AsyncIterableIterator<Uint8Array>An async iterator of Uint8Arrays or array that make up the body of POST requests.
Optional
headers?: HttpHeadersHeaders to include in the HTTP request.
Optional
method?: stringThe HTTP method to use.
Optional
onReserved for future use (emitting ProgressEvent
s).
Generated using TypeDoc
The URL to request.