Skip to content

Commit

Permalink
Meta: Export "writable stream writer"
Browse files Browse the repository at this point in the history
Will be useful for the WebSocketStream API standard text.
  • Loading branch information
ricea committed Feb 1, 2024
1 parent 6a214a3 commit 20b83e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ non-byte readable stream can only vend default readers. Default readers are inst
{{ReadableStreamDefaultReader}} class, while BYOB readers are instances of
{{ReadableStreamBYOBReader}}.

Similarly, a <dfn lt="writer|writable stream writer">writable stream writer</dfn>, or simply
Similarly, a <dfn export lt="writer|writable stream writer">writable stream writer</dfn>, or simply
writer, is an object that allows direct writing of [=chunks=] to a [=writable stream=]. Without a
writer, a [=producer=] can only perform the high-level operations of [=abort a writable
stream|aborting=] the stream or [=piping=] a readable stream to the writable stream. Writers are
Expand Down

0 comments on commit 20b83e7

Please sign in to comment.