Skip to main content
interface TransformStreamDefaultController

Type Parameters

optional
O = any

Properties

readonly
desiredSize: number | null

Methods

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