Re: [whatwg/dom] Specify that AbortController#abort() be bound to AbortController instance (#981)

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