Skip to content

Commit

Permalink
Update Safari data for api.Navigator.setAppBadge (mdn#23476)
Browse files Browse the repository at this point in the history
This PR updates and corrects version values for Safari (Desktop and iOS/iPadOS) for the `setAppBadge` member of the `Navigator` API. This fixes mdn#19300, which contains the supporting evidence for this change.
  • Loading branch information
queengooborg authored Sep 24, 2024
1 parent df27bb1 commit db0963b
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions api/Navigator.json
Original file line number Diff line number Diff line change
Expand Up @@ -4385,11 +4385,17 @@
"opera_android": "mirror",
"safari": {
"version_added": "17",
"notes": "Badging is supported for installed web apps on macOS Sonoma and higher."
"notes": [
"Badging is supported for installed web apps on macOS Sonoma and higher.",
"Passing <code>0</code> as an argument will clear the badge instead of displaying an unnumbered dot."
]
},
"safari_ios": {
"version_added": "16.4",
"notes": "Badging is supported for web apps saved to the home screen."
"notes": [
"Badging is supported for web apps saved to the home screen.",
"Passing <code>0</code> as an argument will clear the badge instead of displaying an unnumbered dot."
]
},
"samsunginternet_android": "mirror",
"webview_android": "mirror",
Expand Down

0 comments on commit db0963b

Please sign in to comment.