Re: [whatwg/dom] Request for a different type of example of abort steps (Issue #1031)

> 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