readableStreamDefaultReader.read()
- 返回值:一个已兑现的对象的 Promise:
value<ArrayBuffer>done<boolean>
从底层 <ReadableStream> 请求下一块数据,并返回一个在数据可用时被完成的 Promise。
🌐 Requests the next chunk of data from the underlying <ReadableStream> and returns a promise that is fulfilled with the data once it is available.