ReadableByteStreamController

interface ReadableByteStreamController

exported from runtime.d

Properties

ReadableByteStreamController.byobRequest

type: readonly ReadableStreamBYOBRequest | null

ReadableByteStreamController.desiredSize

type: readonly number | null

Methods

ReadableByteStreamController.close()
ReadableByteStreamController.enqueue(chunk: ArrayBufferView)
ReadableByteStreamController.error(error: unknown)