ReadableStream.feedData

Feeds data into the stream, which can be consumed by get. If a task is waiting for more data to satisfy its get requests, this will trigger those tasks to resume.

If you feed it empty data, it will mark the stream as closed.

class ReadableStream
void
feedData
(
ubyte[] data
)

Meta