- From: Anne van Kesteren <notifications@github.com>
- Date: Mon, 10 Jun 2024 01:44:07 -0700
- To: whatwg/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 10 June 2024 08:44:11 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>, Ooh weird. Thanks! -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/webidl/pull/1409#discussion_r1632847440 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/webidl/pull/1409/review/2107104131@github.com>
Received on Monday, 10 June 2024 08:44:11 UTC