interface TransformStreamDefaultController
Type Parameters Jump to heading
Jump to headingO = any
Properties Jump to heading
readonly
Jump to headingdesiredSize: number | null
Methods Jump to heading
Jump to headingenqueue(chunk?: O): void
Jump to headingerror(reason?: any): void
Jump to headingterminate(): void