Skip to content

Commit

Permalink
Add Firefox versions for RTCCertificate API (#7703)
Browse files Browse the repository at this point in the history
This PR adds real values for Firefox for the RTCCertificate API, based upon results from the [mdn-bcd-collector](https://mdn-bcd-collector.appspot.com) project (v1.1.6).  Results are manually confirmed for accuracy.

Tests Used: https://mdn-bcd-collector.appspot.com/tests/api/RTCCertificate
  • Loading branch information
queengooborg committed Dec 14, 2020
1 parent 212aae4 commit df7fbe6
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions api/RTCCertificate.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
"version_added": "≤79"
},
"firefox": {
"version_added": true
"version_added": "42"
},
"firefox_android": {
"version_added": true
"version_added": "42"
},
"ie": {
"version_added": false
Expand Down Expand Up @@ -61,10 +61,10 @@
"version_added": "≤79"
},
"firefox": {
"version_added": true
"version_added": "42"
},
"firefox_android": {
"version_added": true
"version_added": "42"
},
"ie": {
"version_added": false
Expand Down Expand Up @@ -109,10 +109,10 @@
"version_added": "≤79"
},
"firefox": {
"version_added": null
"version_added": false
},
"firefox_android": {
"version_added": null
"version_added": false
},
"ie": {
"version_added": false
Expand Down Expand Up @@ -157,10 +157,10 @@
"version_added": false
},
"firefox": {
"version_added": null
"version_added": false
},
"firefox_android": {
"version_added": null
"version_added": false
},
"ie": {
"version_added": false
Expand Down

0 comments on commit df7fbe6

Please sign in to comment.