Re: [whatwg/webidl] Update 'Creating a sequence from an iterable' to use new iterator AOs (PR #1409)

@annevk commented on this pull request.



>      1.  Initialize |i| to be 0.
     1.  Repeat
-        1.  Let |next| be [=?=] <a abstract-op>IteratorStep</a>(|iter|).
-        1.  If |next| is <emu-val>false</emu-val>,
+        1.  Let |next| be [=?=] <a abstract-op>IteratorStepValue</a>(|iteratorRecord|).
+        1.  If |next| is <emu-const>done</emu-const>,

Should this be uppercase DONE as is done in JS?

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/webidl/pull/1409#pullrequestreview-2106738722
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/webidl/pull/1409/review/2106738722@github.com>

Received on Monday, 10 June 2024 06:29:49 UTC