Deprecated
(will be removed after 1.0.0) Use ReadableStream directly.
import { type ReadableStreamFromReaderOptions } from "https://deno.land/x/proc@0.21.0/tests/deps/streams.ts";
Properties
If the reader
is also a Closer
, automatically close the reader
when EOF
is encountered, or a read error occurs.
The size of chunks to allocate to read, the default is ~16KiB, which is the maximum size that Deno operations can currently support.