- From: Anne van Kesteren <notifications@github.com>
- Date: Sun, 09 Jun 2024 23:29:45 -0700
- To: whatwg/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 10 June 2024 06:29:49 UTC
@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