deno.com

interface ReadableStreamDefaultController

Type Parameters #

#R = any

Properties #

#desiredSize: number | null
readonly

Methods #

#close(): void
#enqueue(chunk?: R): void
#error(e?: any): void

Type Parameters #

#R = any