interface TransformStreamDefaultController Type Parameters O = any Properties readonly desiredSize: number | null Methods enqueue(chunk?: O): void error(reason?: any): void terminate(): void
variable TransformStreamDefaultController Properties readonly prototype: TransformStreamDefaultController