Skip to content

Commit 20b83e7

Browse files
authored
Meta: Export "writable stream writer"
Will be useful for the WebSocketStream API standard text.
1 parent 6a214a3 commit 20b83e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
332332
writer, is an object that allows direct writing of [=chunks=] to a [=writable stream=]. Without a
333333
writer, a [=producer=] can only perform the high-level operations of [=abort a writable
334334
stream|aborting=] the stream or [=piping=] a readable stream to the writable stream. Writers are

0 commit comments

Comments
 (0)