- From: Scott Haseley <notifications@github.com>
- Date: Tue, 30 May 2023 13:41:36 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 30 May 2023 20:41:41 UTC
For https://github.com/whatwg/dom/issues/1194. Replaces the AbortSignal created inside of "Handle Fetch" with an AbortController, signaling abort on it instead and passing its signal when creating a Request. You can view, comment on, or merge this pull request online at: https://github.com/w3c/ServiceWorker/pull/1683 -- Commit Summary -- * Use an AbortController for aborting rather than signaling abort on an AbortSignal directly * Use internal slot -- File Changes -- M docs/index.bs (6) -- Patch Links -- https://github.com/w3c/ServiceWorker/pull/1683.patch https://github.com/w3c/ServiceWorker/pull/1683.diff -- Reply to this email directly or view it on GitHub: https://github.com/w3c/ServiceWorker/pull/1683 You are receiving this because you are subscribed to this thread. Message ID: <w3c/ServiceWorker/pull/1683@github.com>
Received on Tuesday, 30 May 2023 20:41:41 UTC