- From: Domenic Denicola <notifications@github.com>
- Date: Tue, 02 Feb 2021 09:54:19 -0800
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 2 February 2021 17:54:31 UTC
@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