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
328
328
{{ReadableStreamDefaultReader}} class, while BYOB readers are instances of
329
329
{{ReadableStreamBYOBReader}} .
330
330
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
332
332
writer, is an object that allows direct writing of [=chunks=] to a [=writable stream=] . Without a
333
333
writer, a [=producer=] can only perform the high-level operations of [=abort a writable
334
334
stream|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