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

I just want to add I agree with Domenic's and Anne's sentiments here regarding it being weird if only AbortController had a bound `abort` method.

I also want to add that creating `AbortController`s in code is a lot more rare (once, when flows start and once when flows fork) than passing AbortSignals in (which happens very often).

-- 
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-847724738

Received on Tuesday, 25 May 2021 09:49:24 UTC