diff options
Diffstat (limited to 'files/zh-cn/web/api/notification/data/index.html')
-rw-r--r-- | files/zh-cn/web/api/notification/data/index.html | 96 |
1 files changed, 1 insertions, 95 deletions
diff --git a/files/zh-cn/web/api/notification/data/index.html b/files/zh-cn/web/api/notification/data/index.html index b7426d601e..d4d3c44a55 100644 --- a/files/zh-cn/web/api/notification/data/index.html +++ b/files/zh-cn/web/api/notification/data/index.html @@ -62,101 +62,7 @@ n.data // should return 'I like peas.'</pre> <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>{{CompatChrome(44)}}</td> - <td>{{CompatVersionUnknown}}</td> - <td>{{ CompatNo() }}</td> - <td>{{ CompatNo() }}</td> - <td>{{CompatOpera(34)}}</td> - <td>{{ CompatNo() }}</td> - </tr> - <tr> - <td>Available in workers</td> - <td>{{CompatChrome(44)}}</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatGeckoDesktop("41.0")}}</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatOpera(34)}}</td> - <td>{{CompatUnknown}}</td> - </tr> - <tr> - <td>Secure contexts only</td> - <td>{{CompatChrome(62)}}</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatOpera(49)}}</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>Firefox OS</th> - <th>IE Mobile</th> - <th>Opera Mobile</th> - <th>Safari Mobile</th> - </tr> - <tr> - <td>Basic support</td> - <td>{{ CompatNo() }}</td> - <td>{{CompatChrome(44)}}</td> - <td>{{CompatVersionUnknown}}</td> - <td>{{ CompatNo() }}</td> - <td>{{ CompatNo() }}</td> - <td>{{ CompatNo() }}</td> - <td>{{CompatOperaMobile(34)}}</td> - <td>{{ CompatNo() }}</td> - </tr> - <tr> - <td>Available in workers</td> - <td>{{ CompatNo() }}</td> - <td>{{CompatChrome(44)}}</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatGeckoMobile(41.0)}}</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatOperaMobile(34)}}</td> - <td>{{CompatUnknown}}</td> - </tr> - <tr> - <td>Secure contexts only</td> - <td>{{ CompatNo() }}</td> - <td>{{CompatChrome(62)}}</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatOperaMobile(49)}}</td> - <td>{{CompatUnknown}}</td> - </tr> - </tbody> -</table> -</div> +{{Compat("api.Notification.data")}} <h2 id="See_also">See also</h2> |