Skip to main content
Module

std/streams/to_array_buffer.ts

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

Functions

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