Re: [whatwg/streams] Add support for ReadableStream "transfer" type (PR #1271)

@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