readableStreamDefaultController.enqueue(chunk)
chunk
<any>
将新数据块附加到 <ReadableStream> 的队列。
¥Appends a new chunk of data to the <ReadableStream>'s queue.
chunk
<any>将新数据块附加到 <ReadableStream> 的队列。
¥Appends a new chunk of data to the <ReadableStream>'s queue.