interface ReadableByteStreamController
Properties #
#byobRequest: ReadableStreamBYOBRequest | null readonly
#desiredSize: number | null readonly
Methods #
variable ReadableByteStreamController
The constructor object for ReadableByteStreamController.
Instances are passed to a byte-oriented ReadableStream's
underlying source callbacks rather than constructed directly, so calling the
constructor throws.
Properties #
#prototype: ReadableByteStreamController readonly