Skip to main content
interface TransformStreamDefaultController

Type Parameters

O = any

Properties

readonly
desiredSize: number | null

Methods

enqueue(chunk?: O): void
error(reason?: any): void
terminate(): void
Back to top