Skip to content

Commit fd010d3

Browse files
committed
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.
1 parent dea931f commit fd010d3

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

tools/amend-event-data.js

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -365,19 +365,6 @@ const patches = {
365365
change: { interface: "Event", bubbles: false }
366366
}
367367
],
368-
'service-workers': [
369-
{
370-
pattern: { href: "https://wicg.github.io/BackgroundSync/spec/#sync" },
371-
matched: 1,
372-
change: { href: "https://wicg.github.io/background-sync/spec/#sync"}
373-
},
374-
// pending https://github.com/w3c/ServiceWorker/pull/1706
375-
{
376-
pattern: { type: "install" },
377-
matched: 1,
378-
change: { interface: "InstallEvent" }
379-
}
380-
],
381368
'speech-api': [
382369
{
383370
pattern: {

0 commit comments

Comments
 (0)