Needs content.
Promise<RequestCache>
Needs content.
Promise<RequestCredentials>
Needs content.
Promise<RequestDestination>
Needs content.
Headers
Needs content.
Promise<string>
Needs content.
Promise<boolean>
Needs content.
Promise<boolean>
Needs content.
Promise<boolean>
Needs content.
Promise<string>
Needs content.
Promise<RequestMode>
Needs content.
Promise<RequestRedirect>
Needs content.
Promise<string>
Needs content.
Promise<ReferrerPolicy>
Needs content.
Promise<string>
A boolean
that indicates whether the body has been read.
Promise<boolean>
Takes a Response
stream and reads it to completion. It returns a promise that resolves with an ArrayBuffer
.
Promise<ArrayBuffer>
Takes a Response
stream and reads it to completion. It returns a promise that resolves with the result of parsing the body text as JSON
.
Promise<any>
Takes a Response
stream and reads it to completion. It returns a promise that resolves with a string
(text). The response is always decoded using UTF-8.
Promise<string>
signal | body |
clone() | blob() |
formData() |