Skip to content

Commit fe912eb

Browse files
authored
Mark the push event supported in Safari iOS (with notes) (#22886)
The event handler property is in WebKit source and controlled by the same pref as PushEvent: https://github.com/WebKit/WebKit/blob/0dd2540f475d5c11b3e0ebc6537052a3803a85b0/Source/WebCore/Modules/push-api/ServiceWorkerGlobalScope%2BPushAPI.idl https://github.com/WebKit/WebKit/blob/0dd2540f475d5c11b3e0ebc6537052a3803a85b0/Source/WebCore/Modules/push-api/PushEvent.idl Copy the version and note from PushEvent.
1 parent c4f41d9 commit fe912eb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

api/ServiceWorkerGlobalScope.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -830,7 +830,8 @@
830830
"notes": "Notifications are supported on macOS Ventura and later."
831831
},
832832
"safari_ios": {
833-
"version_added": false
833+
"version_added": "16.4",
834+
"notes": "Notifications are supported in web apps saved to the home screen."
834835
},
835836
"samsunginternet_android": "mirror",
836837
"webview_android": "mirror"

0 commit comments

Comments
 (0)