method Body.arrayBuffer
Jump to headingBody.arrayBuffer(): Promise<ArrayBuffer>Takes a Response stream and reads it to completion. It returns a promise
that resolves with an ArrayBuffer.
Return Type Jump to heading
Promise<ArrayBuffer>Jump to headingBody.arrayBuffer(): Promise<ArrayBuffer>Takes a Response stream and reads it to completion. It returns a promise
that resolves with an ArrayBuffer.
Promise<ArrayBuffer>