deno.com
interface TransformStreamDefaultController

Type Parameters #

#O = any

Properties #

readonly
#desiredSize: number | null

Methods #

#enqueue(chunk?: O): void
#error(reason?: any): void
#terminate(): void

Type Parameters #

#O = any