enqueue

fun enqueue(chunk: O)(source)

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

MDN Reference