import { type streams } from "https://deno.land/x/enviromodder@4.0.1/setup/deps.ts";
const { ReadableStreamFromReaderOptions } = streams;
Properties
If the reader
is also a Deno.Closer
, automatically close the reader
when EOF
is encountered, or a read error occurs.
Defaults to true
.
The size of chunks to allocate to read, the default is ~16KiB, which is the maximum size that Deno operations can currently support.