import { readerToBytesUnbuffered } from "https://deno.land/x/proc@0.20.33/legacy/runners/utility.ts";
Transform a Reader
to an AsyncIterableIterator<Uint8Array>
, unbuffered.
This will read bytes as soon as they are available.
x/proc/legacy/runners/utility.ts>readerToBytesUnbuffered
import { readerToBytesUnbuffered } from "https://deno.land/x/proc@0.20.33/legacy/runners/utility.ts";
Transform a Reader
to an AsyncIterableIterator<Uint8Array>
, unbuffered.
This will read bytes as soon as they are available.