readableByteStreamController.enqueue(chunk)


将新数据块附加到 <ReadableStream> 的队列。

¥Appends a new chunk of data to the <ReadableStream>'s queue.