interface ReadableStreamDefaultController Type Parameters R = any Properties readonly desiredSize: number | null Methods close(): void enqueue(chunk: R): void error(error?: any): void
variable ReadableStreamDefaultController Properties readonly prototype: ReadableStreamDefaultController