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

How does one reconcile the fact that same argument could be made for [the Console Standard](https://console.spec.whatwg.org/), yet...
```javascript
const log = console.log;
log('hello world');
```
... works everywhere?

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

Received on Tuesday, 18 May 2021 21:10:51 UTC