deno.com

function arrayBuffer

#arrayBuffer(stream:
WebReadableStream
| ReadableStream
| AsyncIterable<any>
): Promise<ArrayBuffer>

Parameters #

#stream:
WebReadableStream
| ReadableStream
| AsyncIterable<any>

Return Type #

Promise<ArrayBuffer>

Fulfills with an ArrayBuffer containing the full contents of the stream.