enqueue method

void enqueue([
  1. JSAny? chunk
])

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

For more information on readable streams and chunks see Using Readable Streams.

Implementation

external void enqueue([JSAny? chunk]);