Skip to content

Commit

Permalink
Update Edge data for api.PushManager.subscribe (#21419)
Browse files Browse the repository at this point in the history
This PR updates and corrects version values for Microsoft Edge for the `subscribe` member of the `PushManager` API. This copies the notes from Chrome.

Additional Notes: Fixes #21135.
  • Loading branch information
queengooborg authored Dec 8, 2023
1 parent 54689e1 commit 25c6821
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions api/PushManager.json
Original file line number Diff line number Diff line change
Expand Up @@ -297,11 +297,10 @@
"version_added": "42",
"notes": "The <code>options</code> parameter with a <code>applicationServerKey</code> value is required."
},
"chrome_android": {
"version_added": "42"
},
"chrome_android": "mirror",
"edge": {
"version_added": "17"
"version_added": "17",
"notes": "The <code>options</code> parameter with a <code>applicationServerKey</code> value is required."
},
"firefox": {
"version_added": "44",
Expand Down

0 comments on commit 25c6821

Please sign in to comment.