We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57742f9 commit bb51cf7Copy full SHA for bb51cf7
tools/amend-event-data.js
@@ -321,6 +321,12 @@ const patches = {
321
pattern: { href: "https://wicg.github.io/BackgroundSync/spec/#sync" },
322
matched: 1,
323
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" }
330
}
331
],
332
'speech-api': [
0 commit comments