Skip to content

Commit bb51cf7

Browse files
authored
Patch interface used by the install event in Service Workers (#1161)
Pending w3c/ServiceWorker#1706. Our consistency tests fail otherwise because it cannot link the new `InstallEvent` interface to any event.
1 parent 57742f9 commit bb51cf7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tools/amend-event-data.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,12 @@ const patches = {
321321
pattern: { href: "https://wicg.github.io/BackgroundSync/spec/#sync" },
322322
matched: 1,
323323
change: { href: "https://wicg.github.io/background-sync/spec/#sync"}
324+
},
325+
// pending https://github.com/w3c/ServiceWorker/pull/1706
326+
{
327+
pattern: { type: "install" },
328+
matched: 1,
329+
change: { interface: "InstallEvent" }
324330
}
325331
],
326332
'speech-api': [

0 commit comments

Comments
 (0)