Skip to content

Commit

Permalink
Patch interface used by the install event in Service Workers (#1161)
Browse files Browse the repository at this point in the history
Pending w3c/ServiceWorker#1706. Our consistency tests
fail otherwise because it cannot link the new `InstallEvent` interface to any
event.
  • Loading branch information
tidoust authored Feb 22, 2024
1 parent 57742f9 commit bb51cf7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tools/amend-event-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,12 @@ const patches = {
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': [
Expand Down

0 comments on commit bb51cf7

Please sign in to comment.