Module

std/streams/to_array_buffer.ts

Deno standard library
Go to Latest
import * as mod from "https://dotland.deno.dev/std@0.221.0/streams/to_array_buffer.ts";

Functions

Converts a ReadableStream of {@link Uint8Array}s to an {@link ArrayBuffer}. Works the same as{@link Response.arrayBuffer}.