- From: youennf <notifications@github.com>
- Date: Wed, 12 Apr 2023 01:14:59 -0700
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 12 April 2023 08:15:05 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]] I updated to `if |container| has a \[[isTransferring]] slot whose value is true` to make that clearer -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/streams/pull/1271#discussion_r1163784133 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/streams/pull/1271/review/1380775404@github.com>
Received on Wednesday, 12 April 2023 08:15:05 UTC