readableStreamDefaultReader.read()
从底层 <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.
从底层 <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.