Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
function toArrayBuffer
import { toArrayBuffer } from "https://deno.land/std@0.207.0/streams/to_array_buffer.ts";

Parameters

readableStream: ReadableStream<Uint8Array>

Returns

Promise<ArrayBuffer>