Skip to content

Commit

Permalink
Adapt RTCDtlsTransport API to new events structure (#15190)
Browse files Browse the repository at this point in the history
This PR adapts the RTCDtlsTransport API to conform to the new events structure.

Note: there are no MDN pages associated with this event, so there will be no corresponding content PR. Any broken MDN URLs in BCD have been removed.
  • Loading branch information
queengooborg authored Mar 4, 2022
1 parent ca13cc0 commit c55dd4c
Showing 1 changed file with 9 additions and 60 deletions.
69 changes: 9 additions & 60 deletions api/RTCDtlsTransport.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@
"deprecated": false
}
},
"getRemoteCertificates": {
"error_event": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/RTCDtlsTransport/getRemoteCertificates",
"description": "<code>error</code> event",
"support": {
"chrome": {
"version_added": "72"
Expand Down Expand Up @@ -100,61 +100,9 @@
}
}
},
"iceTransport": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/RTCDtlsTransport/iceTransport",
"spec_url": "https://w3c.github.io/webrtc-pc/#dom-rtcdtlstransport-icetransport",
"support": {
"chrome": {
"version_added": "72"
},
"chrome_android": {
"version_added": "72"
},
"edge": {
"version_added": "15",
"alternative_name": "transport"
},
"firefox": {
"version_added": false,
"notes": "See <a href='https://bugzil.la/1307996'>bug 1307996</a>."
},
"firefox_android": {
"version_added": false,
"notes": "See <a href='https://bugzil.la/1307996'>bug 1307996</a>."
},
"ie": {
"version_added": false
},
"opera": {
"version_added": "60"
},
"opera_android": {
"version_added": "50"
},
"safari": {
"version_added": "15.4"
},
"safari_ios": {
"version_added": "15.4"
},
"samsunginternet_android": {
"version_added": "11.0"
},
"webview_android": {
"version_added": "72"
}
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
},
"onerror": {
"getRemoteCertificates": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/RTCDtlsTransport/onerror",
"mdn_url": "https://developer.mozilla.org/docs/Web/API/RTCDtlsTransport/getRemoteCertificates",
"support": {
"chrome": {
"version_added": "72"
Expand Down Expand Up @@ -202,9 +150,10 @@
}
}
},
"onstatechange": {
"iceTransport": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/RTCDtlsTransport/onstatechange",
"mdn_url": "https://developer.mozilla.org/docs/Web/API/RTCDtlsTransport/iceTransport",
"spec_url": "https://w3c.github.io/webrtc-pc/#dom-rtcdtlstransport-icetransport",
"support": {
"chrome": {
"version_added": "72"
Expand All @@ -213,8 +162,8 @@
"version_added": "72"
},
"edge": {
"version_added": "12",
"alternative_name": "ondtlsstatechange"
"version_added": "15",
"alternative_name": "transport"
},
"firefox": {
"version_added": false,
Expand Down

0 comments on commit c55dd4c

Please sign in to comment.