import"FetchResponse.idl";
◆ arrayBuffer()
Promise<ArrayBuffer> FetchResponse::arrayBuffer |
( |
| ) |
|
◆ blob()
Promise<Blob> FetchResponse::blob |
( |
| ) |
|
◆ clone()
◆ cloneForJS()
◆ consume()
Promise<any> FetchResponse::consume |
( |
unsigned short |
type | ) |
|
◆ consumeChunk()
void FetchResponse::consumeChunk |
( |
Uint8Array |
chunk | ) |
|
◆ createReadableStreamSource()
◆ error()
◆ finishConsumingStream()
Promise<any> FetchResponse::finishConsumingStream |
( |
| ) |
|
◆ formData()
Promise<Blob> FetchResponse::formData |
( |
| ) |
|
◆ initializeWith()
void FetchResponse::initializeWith |
( |
any |
body | ) |
|
◆ isDisturbed()
boolean FetchResponse::isDisturbed |
( |
| ) |
|
◆ isLoading()
boolean FetchResponse::isLoading |
( |
| ) |
|
◆ json()
Promise<any> FetchResponse::json |
( |
| ) |
|
◆ redirect()
◆ setStatus()
void FetchResponse::setStatus |
( |
unsigned short |
status, |
|
|
DOMString |
statusText |
|
) |
| |
◆ startConsumingStream()
void FetchResponse::startConsumingStream |
( |
unsigned short |
type | ) |
|
◆ text()
Promise<USVString> FetchResponse::text |
( |
| ) |
|
◆ body
◆ bodyUsed
◆ headers
◆ ok
◆ redirected
◆ status
◆ statusText
◆ type
◆ url
The documentation for this interface was generated from the following file: