diff options
Diffstat (limited to 'files/zh-cn/web/api/rtcpeerconnection/ondatachannel/index.html')
-rw-r--r-- | files/zh-cn/web/api/rtcpeerconnection/ondatachannel/index.html | 54 |
1 files changed, 1 insertions, 53 deletions
diff --git a/files/zh-cn/web/api/rtcpeerconnection/ondatachannel/index.html b/files/zh-cn/web/api/rtcpeerconnection/ondatachannel/index.html index d6d675b53a..73b9b136ed 100644 --- a/files/zh-cn/web/api/rtcpeerconnection/ondatachannel/index.html +++ b/files/zh-cn/web/api/rtcpeerconnection/ondatachannel/index.html @@ -49,59 +49,7 @@ translation_of: Web/API/RTCPeerConnection/ondatachannel <h2 id="浏览器支持">浏览器支持</h2> -<p>{{ CompatibilityTable}}</p> - -<div id="compat-desktop"> -<table class="compat-table"> - <tbody> - <tr> - <th>Feature</th> - <th>Chrome</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>{{ CompatGeckoDesktop(18) }} [2]</td> - <td>{{ CompatNo}}</td> - <td>{{ CompatVersionUnknown}}</td> - <td>{{ CompatUnknown}}</td> - </tr> - </tbody> -</table> -</div> - -<div id="compat-mobile"> -<table class="compat-table"> - <tbody> - <tr> - <th>Feature</th> - <th>Android</th> - <th>Chrome for Android</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>{{ CompatUnknown}}</td> - <td>{{ CompatUnknown}}</td> - <td>{{ CompatGeckoMobile(22) }} [2]</td> - <td>{{ CompatNo}}</td> - <td>{{ CompatUnknown}}</td> - <td>{{ CompatUnknown}}</td> - </tr> - </tbody> -</table> -</div> - -<p>[1] Though this property is not prefixed, the interface it belongs to is.</p> - -<p>[2] This property's name isn't prefixed, but the interface it's in, {{domxref("RTCPeerConnection")}}, was prefixed as <code>MozRTCPeerConnection</code> until Firefox 44.</p> +{{Compat("api.RTCPeerConnection.ondatachannel")}} <h2 id="相关阅读">相关阅读</h2> |