Re: [heycam/webidl] Cannot resolve/reject a promise in parallel (#953)

@domenic commented on this pull request.



> @@ -8632,7 +8632,7 @@ JavaScript code.
     1.  Let |p| be [=a new promise=] in |realm|.
     1.  Run the following steps [=in parallel=]:
         1.  Wait |ms| milliseconds.
-        1.  [=Resolve=] |p|.
+        1.  [=Queue a task=] on |taskSource| to [=resolve=] |p|.

taskSource is not defined? Note that example 55 defines it, although in a kind of wishy-washy way.

-- 
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/953#pullrequestreview-581618839

Received on Tuesday, 2 February 2021 17:54:31 UTC