Re: [whatwg/dom] Encourage use of AbortError for cancellation? (#927)

Note that having `signal.reason` also addresses the concerns raised earlier about how to deal with the asynchronous part of the implementation. You'd no longer have to create an exception yourself as you can simply throw `signal.reason`.

-- 
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/927#issuecomment-976608755

Received on Tuesday, 23 November 2021 14:24:23 UTC