[whatwg/dom] Expose AbortSignal.timeout on all globals (PR #1253)

Delete the Exposed attribute from AbortSignal.timeout, letting it inherit [Exposed=*] from AbortSignal.

Cf. https://github.com/whatwg/html/pull/9893 where other timers are being exposed in ShadowRealm global contexts.

<!--
Thank you for contributing to the DOM Standard! Please describe the change you are making and complete the checklist below if your change is not editorial.
When editing this comment after the PR is created, check that PR-Preview doesn't overwrite your changes.
If you think your PR is ready to land, please double-check that the build is passing and the checklist is complete before pinging.
-->

- [ ] At least two implementers are interested (and none opposed):
   * T.B.D.
- [ ] [Tests](https://github.com/web-platform-tests/wpt) are written and can be reviewed and commented upon at:
   * T.B.D.
- [ ] [Implementation bugs](https://github.com/whatwg/meta/blob/main/MAINTAINERS.md#handling-pull-requests) are filed:
   * Chromium: T.B.D.
   * Gecko: T.B.D.
   * WebKit: T.B.D.
   * Deno (only for aborting and events): T.B.D.
   * Node.js (only for aborting and events): T.B.D.
- [ ] [MDN issue](https://github.com/whatwg/meta/blob/main/MAINTAINERS.md#handling-pull-requests) is filed: T.B.D.
- [x] The top of this comment includes a [clear commit message](https://github.com/whatwg/meta/blob/main/COMMITTING.md) to use. <!-- If you created this PR from a single commit, Github copied its message. Otherwise, you need to add a commit message yourself. -->

(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/1253

-- Commit Summary --

  * Expose AbortSignal.timeout on all globals

-- File Changes --

    M dom.bs (2)

-- Patch Links --

https://github.com/whatwg/dom/pull/1253.patch
https://github.com/whatwg/dom/pull/1253.diff

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/pull/1253
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/dom/pull/1253@github.com>

Received on Wednesday, 7 February 2024 18:54:37 UTC