Re: [heycam/webidl] Tweak async iterator algorithms (#802)

Ms2ger approved this pull request.



> @@ -4341,26 +4339,32 @@ or have any [=inherited interfaces=] that have [=interface members=] with these
 
     <blockquote>
 
-        To [=get the next iteration result=] for <code class="idl">SessionManager</code>, run the
-        following steps:
+        The [=async iterator initialization steps=] for a <code class="idl">SessionManager</code>
+        async iterator |iterator| are:
+
+        1. Set |iterator|'s current state to "not yet started".

Should "current state" be xreffed like https://heycam.github.io/webidl/#environment-ready-promise ?

-- 
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/802#pullrequestreview-292292253

Received on Tuesday, 24 September 2019 09:34:42 UTC