readableByteStreamController.enqueue(chunk)
chunk
:<Buffer> | <TypedArray> | <DataView>
将新数据块附加到 <ReadableStream> 的队列。
¥Appends a new chunk of data to the <ReadableStream>'s queue.
chunk
:<Buffer> | <TypedArray> | <DataView>将新数据块附加到 <ReadableStream> 的队列。
¥Appends a new chunk of data to the <ReadableStream>'s queue.