Skip to content

Commit 712e11a

Browse files
authored
Remove PushManager "Available in workers" (#22885)
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
1 parent fe912eb commit 712e11a

File tree

1 file changed

+0
-39
lines changed

1 file changed

+0
-39
lines changed

api/PushManager.json

Lines changed: 0 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -44,45 +44,6 @@
4444
"deprecated": false
4545
}
4646
},
47-
"worker_support": {
48-
"__compat": {
49-
"description": "Available in workers",
50-
"support": {
51-
"chrome": {
52-
"version_added": "42"
53-
},
54-
"chrome_android": "mirror",
55-
"edge": {
56-
"version_added": "17"
57-
},
58-
"firefox": {
59-
"version_added": "44"
60-
},
61-
"firefox_android": {
62-
"version_added": "48"
63-
},
64-
"ie": {
65-
"version_added": false
66-
},
67-
"oculus": "mirror",
68-
"opera": "mirror",
69-
"opera_android": "mirror",
70-
"safari": {
71-
"version_added": false
72-
},
73-
"safari_ios": "mirror",
74-
"samsunginternet_android": "mirror",
75-
"webview_android": {
76-
"version_added": false
77-
}
78-
},
79-
"status": {
80-
"experimental": false,
81-
"standard_track": true,
82-
"deprecated": false
83-
}
84-
}
85-
},
8647
"getSubscription": {
8748
"__compat": {
8849
"mdn_url": "https://developer.mozilla.org/docs/Web/API/PushManager/getSubscription",

0 commit comments

Comments
 (0)