Skip to main content

arrayBuffer

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>
Back to top