- From: Marijn Kruisselbrink <notifications@github.com>
- Date: Mon, 12 Feb 2024 10:54:32 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 12 February 2024 18:54:39 UTC
This is referenced [1] by the Service Worker spec, so should either be exported or something else to achieve the same thing would need to exist (forwarding the "abort reason" from a fetch controller to an AbortController; note that the service worker algorithm is currently extra confusing because it uses the same variable name for both "controller" objects). [1]: https://w3c.github.io/ServiceWorker/#clients-openwindow:~:text=If%20controller%E2%80%99s%20serialized%20abort%20reason%20is%20non%2Dnull You can view, comment on, or merge this pull request online at: https://github.com/whatwg/fetch/pull/1736 -- Commit Summary -- * Export fetch controller/serialized abort reason -- File Changes -- M fetch.bs (2) -- Patch Links -- https://github.com/whatwg/fetch/pull/1736.patch https://github.com/whatwg/fetch/pull/1736.diff -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1736 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/pull/1736@github.com>
Received on Monday, 12 February 2024 18:54:39 UTC