- From: Adam Rice <notifications@github.com>
- Date: Sun, 28 Jan 2024 21:49:11 -0800
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 29 January 2024 05:49:17 UTC
@ricea commented on this pull request.
> @@ -322,8 +322,8 @@ stream|canceling=] the stream, or [=piping=] the readable stream to a writable s
acquired via the stream's {{ReadableStream/getReader()}} method.
A [=readable byte stream=] has the ability to vend two types of readers: <dfn export lt="default
-reader">default readers</dfn> and <dfn export lt="BYOB reader">BYOB readers</dfn>. BYOB ("bring your
-own buffer") readers allow reading into a developer-supplied buffer, thus minimizing copies. A
+reader">default readers</dfn> and <dfn export lt="BYOB reader" for="ReadableStream">BYOB readers</dfn>.
Why do we need to scope it to `ReadableStream`?
--
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/pull/1303#pullrequestreview-1847872410
You are receiving this because you are subscribed to this thread.
Message ID: <whatwg/streams/pull/1303/review/1847872410@github.com>
Received on Monday, 29 January 2024 05:49:17 UTC