import { toReadableStream } from "https://dotland.deno.dev/std@0.224.0/io/to_readable_stream.ts";
Create a {@link ReadableStream
} of {@link Uint8Array
}s from a
Reader
.
When the pull algorithm is called on the stream, a chunk from the reader
will be read. When null
is returned from the reader, the stream will be
closed along with the reader (if it is also a Closer
).
Parameters
optional
unnamed 1: ToReadableStreamOptions = [UNSUPPORTED]