Skip to content

Commit

Permalink
Correct Chromium data for navigator.[set/clear]AppBadge (#14146)
Browse files Browse the repository at this point in the history
* Correct Chromium data for navigator.[set/clear]AppBadge

* Update api/Navigator.json

Co-authored-by: Philip Jägenstedt <philip@foolip.org>

Co-authored-by: Philip Jägenstedt <philip@foolip.org>
  • Loading branch information
2 people authored and jpmedley committed Jan 10, 2022
1 parent 538e22e commit ab05ce5
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions api/Navigator.json
Original file line number Diff line number Diff line change
Expand Up @@ -727,7 +727,9 @@
"version_added": false
},
"edge": {
"version_added": "81"
"version_added": "83",
"partial_implementation": true,
"notes": "Windows and macOS only."
},
"firefox": {
"version_added": false
Expand All @@ -742,7 +744,7 @@
"version_added": false
},
"opera_android": {
"version_added": "58"
"version_added": false
},
"safari": {
"version_added": false
Expand All @@ -751,7 +753,7 @@
"version_added": false
},
"samsunginternet_android": {
"version_added": "13.0"
"version_added": false
},
"webview_android": {
"version_added": false
Expand Down Expand Up @@ -3434,7 +3436,7 @@
"version_added": false
},
"opera_android": {
"version_added": "58"
"version_added": false
},
"safari": {
"version_added": false
Expand All @@ -3443,7 +3445,7 @@
"version_added": false
},
"samsunginternet_android": {
"version_added": "13.0"
"version_added": false
},
"webview_android": {
"version_added": false
Expand Down

0 comments on commit ab05ce5

Please sign in to comment.