diff options
Diffstat (limited to 'files/zh-cn/web/api/performanceobserver/observe/index.html')
-rw-r--r-- | files/zh-cn/web/api/performanceobserver/observe/index.html | 54 |
1 files changed, 1 insertions, 53 deletions
diff --git a/files/zh-cn/web/api/performanceobserver/observe/index.html b/files/zh-cn/web/api/performanceobserver/observe/index.html index a397f4dda3..1d0d2274b7 100644 --- a/files/zh-cn/web/api/performanceobserver/observe/index.html +++ b/files/zh-cn/web/api/performanceobserver/observe/index.html @@ -79,56 +79,4 @@ observer2.observe({entryTypes: ["measure"]}); <h2 id="浏览器兼容性">浏览器兼容性</h2> -<div>{{CompatibilityTable}}</div> - -<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 (WebKit)</th> - </tr> - <tr> - <td>Basic support</td> - <td>{{CompatChrome(52.0)}}</td> - <td>{{CompatGeckoDesktop(57)}}</td> - <td>{{CompatNo}}</td> - <td>{{CompatOpera("39")}}</td> - <td>{{CompatNo}}</td> - </tr> - </tbody> -</table> -</div> - -<div id="compat-mobile"> -<table class="compat-table"> - <tbody> - <tr> - <th>Feature</th> - <th>Android</th> - <th>Android Webview</th> - <th>Firefox Mobile (Gecko)</th> - <th>IE Phone</th> - <th>Opera Mobile</th> - <th>Safari Mobile</th> - <th>Chrome for Android</th> - </tr> - <tr> - <td>Basic support</td> - <td>{{CompatNo}}</td> - <td>{{CompatNo}}</td> - <td>{{CompatGeckoMobile(57)}}</td> - <td>{{CompatNo}}</td> - <td> - <p>{{CompatOperaMobile(39)}}</p> - </td> - <td>{{CompatNo}}</td> - <td>{{CompatChrome(52.0)}}</td> - </tr> - </tbody> -</table> -</div> +{{Compat("api.PerformanceObserver.observe")}} |