Skip to content

Commit f89d0da

Browse files
Bashamegasaschanaz
andauthored
Migrate Push API (#2326)
Co-authored-by: saschanaz <[email protected]>
1 parent 2aa9305 commit f89d0da

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
interface-mixin PushManagerAttribute {
2-
// Windows support only on WebKit as of 2025-10
3-
property pushManager exposed=ServiceWorker
4-
}
1+
interface-mixin PushManagerAttribute {
2+
// Windows support only on WebKit as of 2025-10
3+
property pushManager exposed=ServiceWorker
4+
}
5+
6+
removals {
7+
dictionary PushEventInit {
8+
member notification // WebKit only as of 2025-12
9+
}
10+
}

inputfiles/removedTypes.jsonc

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -205,13 +205,6 @@
205205
}
206206
}
207207
},
208-
"PushEventInit": {
209-
"members": {
210-
"member": {
211-
"notification": null // WebKit only as of 2025-08
212-
}
213-
}
214-
},
215208
"ReadableStreamReadResult": null,
216209
"RequestInit": {
217210
"members": {

0 commit comments

Comments
 (0)