Skip to content

Commit

Permalink
Remove PushManager "Available in workers"
Browse files Browse the repository at this point in the history
PushManager is only supported in workers, and this data should be identical to the parent feature. It's not for Safari, and that's wrong, so just remove the entry.

Note that it might be available in the window context in the future:
w3c/push-api#368
  • Loading branch information
foolip authored Apr 19, 2024
1 parent 7752b0a commit 8946f49
Showing 1 changed file with 0 additions and 39 deletions.
39 changes: 0 additions & 39 deletions api/PushManager.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,45 +44,6 @@
"deprecated": false
}
},
"worker_support": {
"__compat": {
"description": "Available in workers",
"support": {
"chrome": {
"version_added": "42"
},
"chrome_android": "mirror",
"edge": {
"version_added": "17"
},
"firefox": {
"version_added": "44"
},
"firefox_android": {
"version_added": "48"
},
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": {
"version_added": false
}
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
},
"getSubscription": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/PushManager/getSubscription",
Expand Down

0 comments on commit 8946f49

Please sign in to comment.