Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 10 additions & 4 deletions inputfiles/patches/push.kdl → inputfiles/patches/push-api.kdl
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
interface-mixin PushManagerAttribute {
// Windows support only on WebKit as of 2025-10
property pushManager exposed=ServiceWorker
}
interface-mixin PushManagerAttribute {
// Windows support only on WebKit as of 2025-10
property pushManager exposed=ServiceWorker
}

removals {
dictionary PushEventInit {
member notification // WebKit only as of 2025-12
}
}
7 changes: 0 additions & 7 deletions inputfiles/removedTypes.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -213,13 +213,6 @@
}
}
},
"PushEventInit": {
"members": {
"member": {
"notification": null // WebKit only as of 2025-08
}
}
},
"ReadableStreamReadResult": null,
"RequestInit": {
"members": {
Expand Down