TransformStreamDefaultController

The TransformStreamDefaultController interface of the Streams API provides methods to manipulate the associated ReadableStream and WritableStream.

MDN Reference

Properties

Link copied to clipboard

Functions

Link copied to clipboard
fun enqueue(chunk: O = definedExternally)
Link copied to clipboard
fun error(reason: JsError? = definedExternally)
Link copied to clipboard