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