Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/proc/src/deps/streams.ts>toArrayBuffer

A better way to work with processes in Deno.
Go to Latest
function toArrayBuffer
import { toArrayBuffer } from "https://deno.land/x/proc@0.21.1/src/deps/streams.ts";

Parameters

readableStream: ReadableStream<Uint8Array>

Returns

Promise<ArrayBuffer>