Re: [whatwg/dom] Adding a return value to `controller.abort()` which represents abort completion (#881)

It uses Promise.all() semantics (the OP captures this as `// causes a Promise.all() on promise and promise2 to be communicated back.`). So in that case `abort()` will be rejected with a network error as soon as that network error happens.

-- 
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/881#issuecomment-670689805

Received on Friday, 7 August 2020 20:02:13 UTC