- From: Robert Kieffer <notifications@github.com>
- Date: Tue, 18 May 2021 07:19:26 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 18 May 2021 14:19:56 UTC
Editorial: The distinction between `AbortController` and `AbortSignal` feels overly contrived to me. I get (assume) this pattern is meant to separate the concerns of "signal that can be aborted" from "thing doing the aborting", which I agree may be important at times. However, most (all!) of the use cases I care about this isn't really a big concern. Thus, having to deal with the controller-signal distinction is mostly just an annoyance I'd rather do without. Allowing for this form of destructuring would alleviate some of that pain. -- 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/981#issuecomment-843212311
Received on Tuesday, 18 May 2021 14:19:56 UTC