diff options
Diffstat (limited to 'files/zh-cn/web/api/rtcpeerconnection/addicecandidate/index.html')
-rw-r--r-- | files/zh-cn/web/api/rtcpeerconnection/addicecandidate/index.html | 96 |
1 files changed, 1 insertions, 95 deletions
diff --git a/files/zh-cn/web/api/rtcpeerconnection/addicecandidate/index.html b/files/zh-cn/web/api/rtcpeerconnection/addicecandidate/index.html index c648d7aac4..5cc99c8716 100644 --- a/files/zh-cn/web/api/rtcpeerconnection/addicecandidate/index.html +++ b/files/zh-cn/web/api/rtcpeerconnection/addicecandidate/index.html @@ -96,101 +96,7 @@ pc.addIceCandidate(candidate).then(_=>{ <h2 id="Browser_compatibility">Browser compatibility</h2> -<p>{{ CompatibilityTable}}</p> - -<div id="compat-desktop"> -<table class="compat-table"> - <tbody> - <tr> - <th>Feature</th> - <th>Chrome</th> - <th>Edge</th> - <th>Firefox (Gecko)</th> - <th>Internet Explorer</th> - <th>Opera</th> - <th>Safari</th> - </tr> - <tr> - <td>Basic support</td> - <td>{{ CompatVersionUnknown}}[1]</td> - <td>{{CompatVersionUnknown}}</td> - <td>{{ CompatGeckoDesktop(22) }} [2]</td> - <td>{{ CompatNo}}</td> - <td>{{ CompatVersionUnknown}}</td> - <td>{{ CompatUnknown}}</td> - </tr> - <tr> - <td>Promise-based version</td> - <td>{{CompatChrome(50)}}</td> - <td>{{CompatUnknown}}</td> - <td>{{ CompatGeckoDesktop(37)}}</td> - <td>{{ CompatUnknown}}</td> - <td>{{ CompatUnknown}}</td> - <td>{{ CompatUnknown}}</td> - </tr> - <tr> - <td>{{domxref("RTCIceCandidateInit")}} as input</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatGeckoDesktop(53)}}</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatUnknown}}</td> - </tr> - </tbody> -</table> -</div> - -<div id="compat-mobile"> -<table class="compat-table"> - <tbody> - <tr> - <th>Feature</th> - <th>Android Webview</th> - <th>Chrome for Android</th> - <th>Edge</th> - <th>Firefox Mobile (Gecko)</th> - <th>IE Mobile</th> - <th>Opera Mobile</th> - <th>Safari Mobile</th> - </tr> - <tr> - <td>Basic support</td> - <td>{{ CompatVersionUnknown}}[1]</td> - <td>{{ CompatVersionUnknown}}[1]</td> - <td>{{CompatVersionUnknown}}</td> - <td>{{ CompatGeckoMobile(22)}}</td> - <td>{{ CompatNo}}</td> - <td>{{ CompatUnknown}}</td> - <td>{{ CompatUnknown}}</td> - </tr> - <tr> - <td>Promise-based version</td> - <td>{{CompatChrome(50)}}</td> - <td>{{CompatChrome(50)}}</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatGeckoMobile(37)}}</td> - <td>{{ CompatUnknown}}</td> - <td>{{ CompatUnknown}}</td> - <td>{{ CompatUnknown}}</td> - </tr> - <tr> - <td>{{domxref("RTCIceCandidateInit")}} as input</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatGeckoMobile(53)}}</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatUnknown}}</td> - </tr> - </tbody> -</table> -</div> - -<p>[1] Though this method is not prefixed, the interface it belongs to was until Chrome 56.</p> - -<p>[2] Though this method is not prefixed, the interface it belongs to was until Firefox 44.</p> +{{Compat("api.RTCPeerConnection.addIceCandidate")}} <h2 id="See_also">See also</h2> |