Re: [heycam/webidl] Add async value iterators and async iterator arguments (#808)

@domenic commented on this pull request.



>  Note: In the ECMAScript language binding, an interface that is asynchronously iterable will have
-<code class="idl">entries</code>, <code class="idl">keys</code>, <code class="idl">values</code>,
-and {{@@asyncIterator}} properties on its [=interface prototype object=].
+{{@@asyncIterator}} and <code class="idl">values</code> properties on its

Great point. I hooked up all the normative algorithms but did not write appropriate descriptive text. Will do.

-- 
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#discussion_r398718729

Received on Thursday, 26 March 2020 16:37:34 UTC