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