- From: Luca Casonato <notifications@github.com>
- Date: Thu, 18 Jul 2024 03:05:47 -0700
- To: whatwg/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 18 July 2024 10:05:51 UTC
@lucacasonato commented on this pull request. > +<div id="async-iterable-to-js" algorithm="convert an async iterable to a JavaScript value"> + An IDL <a lt="async iterable type">async iterable<|<var ignore>T</var>></a> value is + [=converted to a JavaScript value|converted=] to a JavaScript object as follows: + + 1. Return the JavaScript object that represents the same async iterable as the IDL value. +</div> @MattiasBuelens I have attempted to implement this in https://github.com/whatwg/webidl/pull/1397/commits/5533589f036f80ab6dbcff63ba1c5bad8dba03d2. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/webidl/pull/1397#discussion_r1682576913 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/webidl/pull/1397/review/2185331683@github.com>
Received on Thursday, 18 July 2024 10:05:51 UTC