Skip to main content
Go to Latest
function toArrayBuffer
import { toArrayBuffer } from "https://deno.land/std@0.208.0/streams/to_array_buffer.ts";

Parameters

readableStream: ReadableStream<Uint8Array>

Returns

Promise<ArrayBuffer>