- From: Gil Pedersen <notifications@github.com>
- Date: Sun, 21 Nov 2021 05:21:07 -0800
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Sunday, 21 November 2021 13:21:20 UTC
> You often do not have a reference to the signal. I don't agree with this claim – especially the "often" part Do you have any concrete examples where you need to handle abort errors without access to the `signal`? Instrumentation could also access it, eg. `fetch(… { signal })` provides it as a parameter, which the instrumentation could extract. Also, I'm not sure it makes sense for instrumentation to determine the difference – it seems like something that should be handled at the app level. -- 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-974816763
Received on Sunday, 21 November 2021 13:21:20 UTC