Skip to content

Commit

Permalink
FF133 ServiceWorkerContainer supported in workers (mdn#24993)
Browse files Browse the repository at this point in the history
* FF133 ServiceWorkerContainer supported in workers

* Update api/ServiceWorkerContainer.json

* Update api/ServiceWorkerContainer.json
  • Loading branch information
hamishwillee authored Nov 11, 2024
1 parent 2fe5ae6 commit 740cc61
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions api/ServiceWorkerContainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,43 @@
"deprecated": false
}
},
"worker_support": {
"__compat": {
"description": "Available in workers",
"support": {
"chrome": {
"version_added": false,
"impl_url": "https://crbug.com/40364838"
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": "133"
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "11.3"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_ios": {
"version_added": false
}
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
},
"controller": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/ServiceWorkerContainer/controller",
Expand Down

0 comments on commit 740cc61

Please sign in to comment.