Skip to content

Commit

Permalink
Add InstallEvent.addRoutes (#22870)
Browse files Browse the repository at this point in the history
  • Loading branch information
Elchi3 authored May 7, 2024
1 parent 467f1cf commit 7a0a314
Showing 1 changed file with 38 additions and 2 deletions.
40 changes: 38 additions & 2 deletions api/InstallEvent.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"InstallEvent": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/InstallEvent",
"spec_url": "https://w3c.github.io/ServiceWorker/#installevent",
"support": {
"chrome": {
"version_added": "40"
Expand Down Expand Up @@ -30,8 +31,8 @@
},
"status": {
"experimental": false,
"standard_track": false,
"deprecated": true
"standard_track": true,
"deprecated": false
}
},
"InstallEvent": {
Expand Down Expand Up @@ -67,6 +68,41 @@
"deprecated": true
}
}
},
"addRoutes": {
"__compat": {
"spec_url": "https://w3c.github.io/ServiceWorker/#register-router-method",
"support": {
"chrome": {
"version_added": "123"
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false,
"impl_url": "https://bugzil.la/1855580"
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false,
"impl_url": "https://webkit.org/b/269893"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
"status": {
"experimental": true,
"standard_track": true,
"deprecated": false
}
}
}
}
}
Expand Down

0 comments on commit 7a0a314

Please sign in to comment.