- From: Nidhi Jaju <notifications@github.com>
- Date: Sun, 28 Jan 2024 21:58:37 -0800
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 29 January 2024 05:58:43 UTC
@nidhijaju 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>. Ah my bad, I thought I needed it, but it turns out I can just reference it without the scope :) -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/streams/pull/1303#discussion_r1469108436 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/streams/pull/1303/review/1847880132@github.com>
Received on Monday, 29 January 2024 05:58:43 UTC