Skip to main content
Module

std/streams/to_array_buffer.ts

The Deno Standard Library
Go to Latest
import * as mod from "https://deno.land/std@0.223.0/streams/to_array_buffer.ts";

Functions

Converts a ReadableStream of Uint8Arrays to an ArrayBuffer. Works the same asResponse.arrayBuffer.