readableByteStreamController.enqueue(chunk)
新增于: v16.5.0
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.