Skip to main content
interface ReadableStreamDefaultController

Type Parameters

R = any

Properties

readonly
desiredSize: number | null

Methods

close(): void
enqueue(chunk?: R): void
error(e?: any): void
Back to top