enqueue

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

The enqueue() method of the ReadableStreamDefaultController interface enqueues a given chunk in the associated stream.

MDN Reference