Body
Inheritors
Properties
Functions
Link copied to clipboard
The arrayBuffer() method of the Request interface reads the request body and returns it as a promise that resolves with an ArrayBuffer.
Link copied to clipboard
The arrayBuffer() method of the Request interface reads the request body and returns it as a promise that resolves with an ArrayBuffer.
Link copied to clipboard
The bytes() method of the Request interface reads the request body and returns it as a promise that resolves with a Uint8Array.
Link copied to clipboard
The bytes() method of the Request interface reads the request body and returns it as a promise that resolves with a Uint8Array.
Link copied to clipboard
The formData() method of the Request interface reads the request body and returns it as a promise that resolves with a FormData object.
Link copied to clipboard