- From: Nidhi Jaju <notifications@github.com>
- Date: Mon, 18 Oct 2021 00:07:28 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
- Message-ID: <whatwg/dom/pull/1027@github.com>
Based on the discussion in https://github.com/whatwg/streams/issues/1165, it was suggested that we add an abort reason property to [AbortSignal](https://dom.spec.whatwg.org/#abortsignal). This PR makes the initial changes to the base primitives in the DOM spec, before we make changes to all other related specs that use the AbortSignal. - [ ] At least two implementers are interested (and none opposed): * … * … - [ ] [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: … You can view, comment on, or merge this pull request online at: https://github.com/whatwg/dom/pull/1027 -- Commit Summary -- * <a href="https://github.com/whatwg/dom/pull/1027/commits/e18e1309e7a47fd391dd01a77009e8f4c1965824">add abort reason to AbortSignal and Controller</a> -- File Changes -- M dom.bs (21) -- Patch Links -- https://github.com/whatwg/dom/pull/1027.patch https://github.com/whatwg/dom/pull/1027.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/1027
Received on Monday, 18 October 2021 07:07:40 UTC