interface ReadableStreamDefaultController
Type Parameters Jump to heading
Jump to headingR = any
Properties Jump to heading
readonly
Jump to headingdesiredSize: number | null
Methods Jump to heading
Jump to headingclose(): void
Jump to headingenqueue(chunk?: R): void
Jump to headingerror(e?: any): void
Type Parameters Jump to heading
Jump to headingR = any