enqueue method
The enqueue()
method of the
ReadableStreamDefaultController interface enqueues a given chunk in the
associated stream.
Implementation
external void enqueue([JSAny? chunk]);
The enqueue()
method of the
ReadableStreamDefaultController interface enqueues a given chunk in the
associated stream.
external void enqueue([JSAny? chunk]);