diff options
Diffstat (limited to 'files/ru/web/api/networkinformation/index.html')
-rw-r--r-- | files/ru/web/api/networkinformation/index.html | 55 |
1 files changed, 1 insertions, 54 deletions
diff --git a/files/ru/web/api/networkinformation/index.html b/files/ru/web/api/networkinformation/index.html index 086f50f77c..a5e920b128 100644 --- a/files/ru/web/api/networkinformation/index.html +++ b/files/ru/web/api/networkinformation/index.html @@ -43,60 +43,7 @@ translation_of: Web/API/NetworkInformation <h2 id="Доступность_в_браузерах">Доступность в браузерах</h2> -<p>{{ CompatibilityTable() }}</p> - -<div id="compat-desktop"> -<table class="compat-table"> - <tbody> - <tr> - <th>Особенность</th> - <th>Chrome</th> - <th>Firefox (Gecko)</th> - <th>Internet Explorer</th> - <th>Opera</th> - <th>Safari</th> - </tr> - <tr> - <td>базовая поддержка</td> - <td>20? {{ property_prefix("webkit") }}</td> - <td>12.0 {{ property_prefix("moz") }} (see notes)</td> - <td>{{ CompatNo() }}</td> - <td>{{ CompatNo() }}</td> - <td>{{ CompatNo() }}</td> - </tr> - </tbody> -</table> -</div> - -<div id="compat-mobile"> -<table class="compat-table"> - <tbody> - <tr> - <th>Особенность</th> - <th>Android</th> - <th>Firefox Mobile (Gecko)</th> - <th>IE Mobile</th> - <th>Opera Mobile</th> - <th>Safari Mobile</th> - </tr> - <tr> - <td>Базовая поддержка</td> - <td>{{ CompatNo() }}</td> - <td>12.0 {{ property_prefix("moz") }} (see notes)</td> - <td>{{ CompatNo() }}</td> - <td>{{ CompatNo() }}</td> - <td>{{ CompatNo() }}</td> - </tr> - </tbody> -</table> -</div> - -<h3 id="Примечания_для_Gecko"><span class="short_text" id="result_box" lang="ru"><span class="hps">Примечания для Gecko</span></span></h3> - -<ul> - <li>Сетевое API может быть отключено с помощью <code>dom.network.enabled</code>.</li> - <li>Как и в Gecko 12.0, сетевое API реализовано только для Android. Поддержка для Linux ({{ bug("712442") }}) и Windows ({{ bug("721306") }}) систем находится в процессе разработки.</li> -</ul> +<p>{{Compat("api.NetworkInformation")}}</p> <h2 id="Смотрите_также">Смотрите также</h2> |