From 20b83e7527d6b84cb4b056d31917fa115ae879cc Mon Sep 17 00:00:00 2001 From: Adam Rice Date: Thu, 1 Feb 2024 14:18:37 +0900 Subject: [PATCH] Meta: Export "writable stream writer" Will be useful for the WebSocketStream API standard text. --- index.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.bs b/index.bs index 673cfcd5..bb77b84c 100644 --- a/index.bs +++ b/index.bs @@ -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 writable stream writer, or simply +Similarly, a writable stream writer, 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