Skip to main content
Module

x/proc/mod1.ts>readerToBytes

A better way to work with processes in Deno.
Go to Latest
function readerToBytes
import { readerToBytes } from "https://deno.land/x/proc@0.21.5/mod1.ts";

Efficiently transform a Reader to an AsyncIterableIterator<Uint8Array>.

Parameters

The reader.

optional
bufSize = [UNSUPPORTED]

The buffer size.

Returns

AsyncIterableIterator<Uint8Array>