[whatwg/dom] Add AbortSignal.aborted() static (#960)

Returns an already aborted AbortSignal per https://github.com/whatwg/dom/issues/959


Fixes: https://github.com/whatwg/dom/issues/959


- [ ] At least two implementers are interested (and none opposed):
   * Node.js
   * …
- [ ] [Tests](https://github.com/web-platform-tests/wpt) are written and can be reviewed and commented upon at:
   * …
- [ ] [Implementation bugs](https://github.com/whatwg/meta/blob/main/MAINTAINERS.md#handling-pull-requests) are filed:
   * Chrome: …
   * Firefox: …
   * Safari: …

(See [WHATWG Working Mode: Changes](https://whatwg.org/working-mode#changes) for more details.)

You can view, comment on, or merge this pull request online at:

  https://github.com/whatwg/dom/pull/960


-- Commit Summary --

  * Add AbortSignal.aborted() static
  * Add myself to Acknolwedgements

-- File Changes --

    M dom.bs (16)

-- Patch Links --

https://github.com/whatwg/dom/pull/960.patch

https://github.com/whatwg/dom/pull/960.diff


-- 
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/pull/960

Received on Tuesday, 9 March 2021 18:58:41 UTC