Skip to content

Commit

Permalink
Update Safari iOS data for api.Notification.tag
Browse files Browse the repository at this point in the history
This PR updates and corrects version values for Safari iOS/iPadOS for the `tag` member of the `Notification` API. The data comes from a bug in the web browser's bug tracker.

Bug: https://webkit.org/b/258922

Additional Notes: Fixes mdn#20305.
  • Loading branch information
queengooborg committed Jul 9, 2023
1 parent 6267b76 commit ed8da5b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion api/Notification.json
Original file line number Diff line number Diff line change
Expand Up @@ -1045,7 +1045,8 @@
"version_added": "7"
},
"safari_ios": {
"version_added": "16.4"
"version_added": false,
"notes": "This property is exposed but is not implemented. See <a href='https://webkit.org/b/258922'>WebKit bug 258922</a>."
},
"samsunginternet_android": "mirror",
"webview_android": {
Expand Down

0 comments on commit ed8da5b

Please sign in to comment.