- From: Domenic Denicola <notifications@github.com>
- Date: Fri, 27 Sep 2019 01:02:23 -0700
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 27 September 2019 08:02:45 UTC
domenic commented on this pull request. > 1. Otherwise: - 1. Let (|key|, |value|, |newState|) be |next|. - 1. Set |object|'s [=default asynchronous iterator object/state=] to |newState|. - 1. Let |result| be the [=iterator result=] for (|key|, |value|) and |kind|. - 1. Perform [=!=] [$Call$](|nextPromiseCapability|.\[[Resolve]], - <emu-val>undefined</emu-val>, « |result| »). - 1. Let |onFulfilled| be [=!=] [$CreateBuiltinFunction$](|resolveSteps|, « »). + 1. Assert: the corresponding [=asynchronously iterable declaration=] is a + [=value asynchronously iterable declaration=]. + 1. Assert: |next| is a value of the type that appears in the declaration. Hmm, we need to make `@@asyncIterator = values` in this case too. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/heycam/webidl/pull/808#pullrequestreview-294168338
Received on Friday, 27 September 2019 08:02:45 UTC