- From: Domenic Denicola <notifications@github.com>
- Date: Fri, 07 Aug 2020 13:02:01 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 7 August 2020 20:02:13 UTC
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