Skip to content

Commit

Permalink
Add Edge versions for RTCPeerConnectionIceEvent API (mdn#10316)
Browse files Browse the repository at this point in the history
This PR adds real values for Microsoft Edge for the `RTCPeerConnectionIceEvent` API, based upon results from the [mdn-bcd-collector](https://mdn-bcd-collector.appspot.com) project (v3.0.1).  Results are manually confirmed for accuracy.

Tests Used: https://mdn-bcd-collector.appspot.com/tests/api/RTCPeerConnectionIceEvent
  • Loading branch information
queengooborg authored May 19, 2021
1 parent ec1331d commit 3b3ae88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/RTCPeerConnectionIceEvent.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
}
],
"edge": {
"version_added": "≤18"
"version_added": "15"
},
"firefox": {
"version_added": true
Expand Down Expand Up @@ -89,7 +89,7 @@
"version_added": "56"
},
"edge": {
"version_added": "≤18"
"version_added": "15"
},
"firefox": {
"version_added": true
Expand Down

0 comments on commit 3b3ae88

Please sign in to comment.