enqueue method

void enqueue([
  1. JSAny? chunk
])

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

Implementation

external void enqueue([JSAny? chunk]);