- From: youennf <notifications@github.com>
- Date: Wed, 12 Apr 2023 00:59:24 -0700
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 12 April 2023 07:59:29 UTC
@youennf commented on this pull request. > @@ -6388,6 +6414,10 @@ for="value-with-size">value</dfn> and <dfn for="value-with-size">size</dfn>. performs the following steps: 1. Assert: |container| has \[[queue]] and \[[queueTotalSize]] internal slots. + 1. If |container|.\[[isTransferring]] is true, perform the following steps until |container|.\[[queue]] We will probably want to reuse the same reset queue algorithm for writable stream default controller. That said, ResetQueue is also used for Byob. Given there will be no isTransferring slot, this should have no impact. But I wonder whether this is in line with this spec style. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/streams/pull/1271#discussion_r1163766360 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/streams/pull/1271/review/1380744235@github.com>
Received on Wednesday, 12 April 2023 07:59:29 UTC