We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2aa9305 commit f89d0daCopy full SHA for f89d0da
inputfiles/patches/push.kdl inputfiles/patches/push-api.kdlinputfiles/patches/push.kdl renamed to inputfiles/patches/push-api.kdl
@@ -1,4 +1,10 @@
1
-interface-mixin PushManagerAttribute {
2
- // Windows support only on WebKit as of 2025-10
3
- property pushManager exposed=ServiceWorker
4
-}
+interface-mixin PushManagerAttribute {
+ // Windows support only on WebKit as of 2025-10
+ property pushManager exposed=ServiceWorker
+}
5
+
6
+removals {
7
+ dictionary PushEventInit {
8
+ member notification // WebKit only as of 2025-12
9
+ }
10
inputfiles/removedTypes.jsonc
@@ -205,13 +205,6 @@
205
}
206
207
},
208
- "PushEventInit": {
209
- "members": {
210
- "member": {
211
- "notification": null // WebKit only as of 2025-08
212
- }
213
214
- },
215
"ReadableStreamReadResult": null,
216
"RequestInit": {
217
"members": {
0 commit comments