Skip to content

Commit

Permalink
Fix version for api.RTCIceCandidate.toJSON
Browse files Browse the repository at this point in the history
The source of this data is this comment:
mdn#4398 (review)

However, because of a problem with Chromium's "Find Releases" tool,
Chrome 45 is often claimed for commits older than that:
mdn#7844

Chrome 43 was confirmed by testing 42 and 43 with this test:
http://mdn-bcd-collector.appspot.com/tests/api/RTCIceCandidate/toJSON

Chrome 43 is also what commit date + branch point dates suggests:
https://source.chromium.org/chromium/chromium/src/+/4a6ce1a6ad82c9b9f16bcb136303acadf08422ea
https://www.chromium.org/developers/calendar
  • Loading branch information
foolip committed Oct 21, 2021
1 parent 3a585ad commit 054745f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions api/RTCIceCandidate.json
Original file line number Diff line number Diff line change
Expand Up @@ -727,10 +727,10 @@
"spec_url": "https://w3c.github.io/webrtc-pc/#dom-rtcicecandidate-tojson",
"support": {
"chrome": {
"version_added": "45"
"version_added": "43"
},
"chrome_android": {
"version_added": "45"
"version_added": "43"
},
"edge": {
"version_added": "15"
Expand All @@ -745,10 +745,10 @@
"version_added": false
},
"opera": {
"version_added": "32"
"version_added": "30"
},
"opera_android": {
"version_added": "32"
"version_added": "30"
},
"safari": {
"version_added": "11"
Expand All @@ -757,10 +757,10 @@
"version_added": "11"
},
"samsunginternet_android": {
"version_added": "5.0"
"version_added": "4.0"
},
"webview_android": {
"version_added": "45"
"version_added": "43"
}
},
"status": {
Expand Down

0 comments on commit 054745f

Please sign in to comment.