diff options
Diffstat (limited to 'files/zh-cn/web/api/client/index.html')
-rw-r--r-- | files/zh-cn/web/api/client/index.html | 67 |
1 files changed, 1 insertions, 66 deletions
diff --git a/files/zh-cn/web/api/client/index.html b/files/zh-cn/web/api/client/index.html index 33231d6ddf..5030876ca8 100644 --- a/files/zh-cn/web/api/client/index.html +++ b/files/zh-cn/web/api/client/index.html @@ -55,72 +55,7 @@ translation_of: Web/API/Client <h2 id="浏览器兼容性">浏览器兼容性</h2> -<p>{{CompatibilityTable}}</p> - -<table> - <tbody> - <tr> - <th>Feature</th> - <th>Chrome</th> - <th>Firefox (Gecko)</th> - <th>Internet Explorer</th> - <th>Opera</th> - <th>Safari (WebKit)</th> - </tr> - <tr> - <td>Basic support</td> - <td>{{CompatChrome(40)}}</td> - <td>{{ CompatGeckoDesktop("44.0") }}<sup>[1]</sup></td> - <td>{{CompatNo}}</td> - <td>{{CompatOpera(27)}}</td> - <td>{{CompatNo}}</td> - </tr> - <tr> - <td><code>type</code> property</td> - <td>{{CompatChrome(60)}}</td> - <td>{{ CompatGeckoDesktop("54.0") }}</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatOpera(47)}}</td> - <td>{{CompatUnknown}}</td> - </tr> - </tbody> -</table> - -<table> - <tbody> - <tr> - <th>Feature</th> - <th>Android Webview</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>{{CompatChrome(40)}}</td> - <td>{{CompatChrome(40)}}</td> - <td>{{ CompatGeckoMobile("44.0") }}</td> - <td>{{CompatNo}}</td> - <td>{{CompatOperaMobile(27)}}</td> - <td>{{CompatNo}}</td> - </tr> - <tr> - <td><code>type</code> property</td> - <td>{{CompatChrome(60)}}</td> - <td>{{CompatChrome(60)}}</td> - <td>{{ CompatGeckoMobile("54.0") }}</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatOperaMobile(47)}}</td> - <td>{{CompatUnknown}}</td> - </tr> - </tbody> -</table> - -<ul> - <li>[1] Service workers (and <a href="https://developer.mozilla.org/en-US/docs/Web/API/Push_API">Push</a>) have been disabled in the <a href="https://www.mozilla.org/en-US/firefox/organizations/">Firefox 45 & 52 Extended Support Releases</a> (ESR.)</li> -</ul> +{{Compat("api.Client")}} <h2 id="See_also">See also</h2> |