import { type SDReadableStreamDefaultController } from "https://deno.land/x/deno@v0.30.0/cli/js/streams/readable-internals.ts";
Properties
[controlledReadableStream_]: SDReadableStream<OutputType>
[pullAlgorithm_]: PullAlgorithm<OutputType>
[cancelAlgorithm_]: CancelAlgorithm
[strategySizeAlgorithm_]: QueuingStrategySizeCallback<OutputType>
Methods
enqueue(chunk?: OutputType): void