writableStreamDefaultWriter.write([chunk])
-
chunk:<any> -
返回:
undefined兑现的 promise。¥Returns: A promise fulfilled with
undefined.
将新数据块附加到 <WritableStream> 的队列。
¥Appends a new chunk of data to the <WritableStream>'s queue.
chunk:<any>
返回:undefined 兑现的 promise。
¥Returns: A promise fulfilled with undefined.
将新数据块附加到 <WritableStream> 的队列。
¥Appends a new chunk of data to the <WritableStream>'s queue.