File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -328,7 +328,7 @@ non-byte readable stream can only vend default readers. Default readers are inst
328328{{ReadableStreamDefaultReader}} class, while BYOB readers are instances of
329329{{ReadableStreamBYOBReader}} .
330330
331- Similarly, a <dfn lt="writer|writable stream writer">writable stream writer</dfn> , or simply
331+ Similarly, a <dfn export lt="writer|writable stream writer">writable stream writer</dfn> , or simply
332332writer, is an object that allows direct writing of [=chunks=] to a [=writable stream=] . Without a
333333writer, a [=producer=] can only perform the high-level operations of [=abort a writable
334334stream|aborting=] the stream or [=piping=] a readable stream to the writable stream. Writers are
You can’t perform that action at this time.
0 commit comments