- From: Benjamin Gruenbaum <notifications@github.com>
- Date: Sun, 21 Nov 2021 04:55:48 -0800
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Sunday, 21 November 2021 12:56:01 UTC
If you have a direct reference to the signal you might. You often do not have a reference to the signal which means you can't check `err === signal.reason` or `signal.aborted`. Think "I'm instrumentation that needs to decide if an error is really exceptional and I need to wake up someone in the middle of the night or I'm just cancellation which I will happily ignore". -- 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/1033#issuecomment-974812661
Received on Sunday, 21 November 2021 12:56:01 UTC