deno.com

interface TransformStreamDefaultController

Type Parameters #

#O = any

Properties #

#desiredSize: number | null
readonly

Methods #

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

Type Parameters #

#O = any