webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
FetchBody Interface Reference

import"FetchBody.idl";

Public Member Functions

Promise< ArrayBuffer > arrayBuffer ()
 
Promise< Blobblob ()
 
Promise< anyjson ()
 
Promise< USVString > text ()
 

Public Attributes

readonly attribute boolean bodyUsed
 

Member Function Documentation

◆ arrayBuffer()

Promise<ArrayBuffer> FetchBody::arrayBuffer ( )

◆ blob()

Promise<Blob> FetchBody::blob ( )

◆ json()

Promise<any> FetchBody::json ( )

◆ text()

Promise<USVString> FetchBody::text ( )

Member Data Documentation

◆ bodyUsed

readonly attribute boolean FetchBody::bodyUsed

The documentation for this interface was generated from the following file: