From fd010d3b3de46c47f7591688184555dce3a50845 Mon Sep 17 00:00:00 2001 From: Francois Daoust Date: Mon, 24 Mar 2025 09:45:37 +0100 Subject: [PATCH] Drop event patch for Service Workers The `install` event interface was fixed some time ago. The URL of the `sync` event has now been updated. --- tools/amend-event-data.js | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/tools/amend-event-data.js b/tools/amend-event-data.js index 30db50b4d7fb..7fa487a7cad4 100644 --- a/tools/amend-event-data.js +++ b/tools/amend-event-data.js @@ -365,19 +365,6 @@ const patches = { change: { interface: "Event", bubbles: false } } ], - 'service-workers': [ - { - pattern: { href: "https://wicg.github.io/BackgroundSync/spec/#sync" }, - matched: 1, - change: { href: "https://wicg.github.io/background-sync/spec/#sync"} - }, - // pending https://github.com/w3c/ServiceWorker/pull/1706 - { - pattern: { type: "install" }, - matched: 1, - change: { interface: "InstallEvent" } - } - ], 'speech-api': [ { pattern: {