enqueue

fun enqueue(chunk: O = definedExternally)(source)

The enqueue() method of the TransformStreamDefaultController interface enqueues the given chunk in the readable side of the stream.

MDN Reference