webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
import"FetchBody.idl";
Public Member Functions | |
Promise< ArrayBuffer > | arrayBuffer () |
Promise< Blob > | blob () |
Promise< any > | json () |
Promise< USVString > | text () |
Public Attributes | |
readonly attribute boolean | bodyUsed |
Promise<ArrayBuffer> FetchBody::arrayBuffer | ( | ) |
Promise<Blob> FetchBody::blob | ( | ) |
Promise<any> FetchBody::json | ( | ) |
Promise<USVString> FetchBody::text | ( | ) |