writableStreamDefaultWriter.write([chunk])
chunk<any>- 返回:一个以
undefined解决的 Promise。
将一段新数据附加到 <WritableStream> 的队列中。
【Appends a new chunk of data to the <WritableStream>'s queue.】
chunk <any>undefined 解决的 Promise。将一段新数据附加到 <WritableStream> 的队列中。
【Appends a new chunk of data to the <WritableStream>'s queue.】