@@ -33,17 +33,40 @@ compat_features:
3333 - api.NotificationEvent.NotificationEvent
3434 - api.ServiceWorkerRegistration.showNotification
3535
36+ # baseline: false
37+ # support:
38+ # chrome: "40"
39+ # chrome_android: "40"
40+ # edge: "17"
41+ # firefox: "44"
42+ # firefox_android: "44"
43+ # safari: "16"
44+ - api.ServiceWorkerGlobalScope.notificationclick_event
45+
46+ # baseline: false
47+ # support:
48+ # chrome: "50"
49+ # chrome_android: "50"
50+ # edge: "17"
51+ # firefox: "44"
52+ # firefox_android: "44"
53+ # safari: "16"
54+ - api.ServiceWorkerGlobalScope.notificationclose_event
55+
3656 # baseline: false
3757 # support:
3858 # chrome: "20"
3959 # edge: "14"
4060 # firefox: "22"
4161 # firefox_android: "22"
4262 # safari: "7"
43- # safari_ios: "16.4"
4463 - api.Notification
4564 - api.Notification.Notification
65+ - api.Notification.click_event
4666 - api.Notification.close
67+ - api.Notification.close_event
68+ - api.Notification.error_event
69+ - api.Notification.show_event
4770
4871 # baseline: false
4972 # support:
@@ -52,7 +75,6 @@ compat_features:
5275 # firefox: "22"
5376 # firefox_android: "22"
5477 # safari: "15"
55- # safari_ios: "16.4"
5678 - api.Notification.requestPermission_static
5779
5880 # baseline: false
@@ -62,7 +84,6 @@ compat_features:
6284 # firefox: "26"
6385 # firefox_android: "26"
6486 # safari: "7"
65- # safari_ios: "16.4"
6687 - api.Notification.dir
6788
6889 # baseline: false
@@ -72,7 +93,6 @@ compat_features:
7293 # firefox: "22"
7394 # firefox_android: "22"
7495 # safari: "7"
75- # safari_ios: "16.4"
7696 - api.Notification.permission_static
7797
7898 # baseline: false
@@ -82,20 +102,18 @@ compat_features:
82102 # firefox: "26"
83103 # firefox_android: "26"
84104 # safari: "11"
85- # safari_ios: "16.4"
86105 - api.Notification.body
87106 - api.Notification.lang
88107 - api.Notification.title
89108
90109 # baseline: false
91110 # support:
92- # chrome: "40 "
93- # chrome_android: "40 "
111+ # chrome: "42 "
112+ # chrome_android: "42 "
94113 # edge: "17"
95114 # firefox: "44"
96115 # firefox_android: "44"
97- # safari: "16"
98- - api.ServiceWorkerGlobalScope.notificationclick_event
116+ - api.NotificationEvent.notification
99117
100118 # baseline: false
101119 # support:
@@ -104,7 +122,6 @@ compat_features:
104122 # firefox: "132"
105123 # firefox_android: "132"
106124 # safari: "16.6"
107- # safari_ios: "16.6"
108125 - api.Notification.silent
109126
110127 # baseline: false
@@ -114,7 +131,6 @@ compat_features:
114131 # firefox: "34"
115132 # firefox_android: "34"
116133 # safari: "16"
117- # safari_ios: "16.4"
118134 - api.Notification.data
119135
120136 # baseline: false
@@ -124,40 +140,8 @@ compat_features:
124140 # firefox: "46"
125141 # firefox_android: "46"
126142 # safari: "15"
127- # safari_ios: "16.4"
128143 - api.Notification.requestPermission_static.returns_promise
129144
130- # baseline: false
131- # support:
132- # chrome: "50"
133- # chrome_android: "50"
134- # edge: "17"
135- # firefox: "44"
136- # firefox_android: "44"
137- # safari: "16"
138- - api.ServiceWorkerGlobalScope.notificationclose_event
139-
140- # baseline: false
141- # support:
142- # chrome: "20"
143- # edge: "14"
144- # firefox: "22"
145- # firefox_android: "22"
146- # safari: "7"
147- - api.Notification.click_event
148- - api.Notification.close_event
149- - api.Notification.error_event
150- - api.Notification.show_event
151-
152- # baseline: false
153- # support:
154- # chrome: "42"
155- # chrome_android: "42"
156- # edge: "17"
157- # firefox: "44"
158- # firefox_android: "44"
159- - api.NotificationEvent.notification
160-
161145 # baseline: false
162146 # support:
163147 # chrome: "48"
@@ -200,14 +184,6 @@ compat_features:
200184 # firefox_android: "41"
201185 - api.Notification.worker_support
202186
203- # baseline: false
204- # support:
205- # chrome: "53"
206- # edge: "18"
207- # safari: "17"
208- # safari_ios: "16.4"
209- - api.Notification.badge
210-
211187 # baseline: false
212188 # support:
213189 # chrome: "62"
@@ -244,6 +220,13 @@ compat_features:
244220 # edge: ≤79
245221 - api.ServiceWorkerRegistration.showNotification.options_renotify_parameter
246222
223+ # baseline: false
224+ # support:
225+ # chrome: "53"
226+ # edge: "18"
227+ # safari: "17"
228+ - api.Notification.badge
229+
247230 # baseline: false
248231 # support:
249232 # chrome: "56"
0 commit comments