- From: Domenic Denicola <notifications@github.com>
- Date: Thu, 11 Nov 2021 12:22:16 -0800
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 11 November 2021 20:22:28 UTC
> I don't understand why/how to do that, Your step 3 should be "Queue a global task on the X task source given Y to Resolve p with amazingResult." Right now it does not queue a task, it calls "resolve" directly from in parallel steps. > I note you did not do such in your example? I did. My step 4.i resolves the promise, and is nested under "queue a global task on the X task source given global to perform the following steps". -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/issues/1031#issuecomment-966599255
Received on Thursday, 11 November 2021 20:22:28 UTC