aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/api/navigatoronline/index.html
diff options
context:
space:
mode:
authorMDN <actions@users.noreply.github.com>2021-07-09 00:38:08 +0000
committerMDN <actions@users.noreply.github.com>2021-07-09 00:38:08 +0000
commit235c34993c7b14f783fc8259cc237ac09f0d3e57 (patch)
tree7bee1bfcdc5216423bb76a12842eb60c169b0b04 /files/ru/web/api/navigatoronline/index.html
parent635bcdc09c53e3c497a3ff8eb958ca8eb541c7fd (diff)
downloadtranslated-content-235c34993c7b14f783fc8259cc237ac09f0d3e57.tar.gz
translated-content-235c34993c7b14f783fc8259cc237ac09f0d3e57.tar.bz2
translated-content-235c34993c7b14f783fc8259cc237ac09f0d3e57.zip
[CRON] sync translated content
Diffstat (limited to 'files/ru/web/api/navigatoronline/index.html')
-rw-r--r--files/ru/web/api/navigatoronline/index.html57
1 files changed, 0 insertions, 57 deletions
diff --git a/files/ru/web/api/navigatoronline/index.html b/files/ru/web/api/navigatoronline/index.html
deleted file mode 100644
index 5c0830519b..0000000000
--- a/files/ru/web/api/navigatoronline/index.html
+++ /dev/null
@@ -1,57 +0,0 @@
----
-title: NavigatorOnLine
-slug: Web/API/NavigatorOnLine
-translation_of: Web/API/NavigatorOnLine
----
-<p>{{APIRef("HTML DOM")}}</p>
-
-<p>Интерфейс <code><strong>NavigatorOnLine</strong></code><code> </code>содержит методы и свойства<code>, </code>связанные со статусом подключения браузера.</p>
-
-<p>В NavigatorOnLine нет объектов другого типа, но другие интерфейсы, {{domxref("Navigator")}} или {{domxref("WorkerNavigator")}}, реализуют его.</p>
-
-<h2 id="Свойства">Свойства</h2>
-
-<p>Интерфейс<em><code> NavigatorOnLine</code></em> не наследует других свойств.</p>
-
-<dl>
- <dt>{{domxref("NavigatorOnLine.onLine")}} {{readonlyInline}}</dt>
- <dd>Возвращает {{domxref("Boolean")}}, показывающий работает ли браузер в сети.</dd>
-</dl>
-
-<h2 id="Методы">Методы</h2>
-
-<p><em>Интерфейс </em><em><code>NavigatorOnLine</code></em><em> не имеет никакой реализации и не наследует никакой метод.</em></p>
-
-<h2 id="Спецификации">Спецификации</h2>
-
-<table class="standard-table">
- <thead>
- <tr>
- <th scope="col">Спецификация</th>
- <th scope="col">Статус</th>
- <th scope="col">Комментарий</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td>{{SpecName('HTML WHATWG', '#navigatoronline', 'NavigatorOnLine')}}</td>
- <td>{{Spec2('HTML WHATWG')}}</td>
- <td>Без изменений с последнего снимка,{{SpecName('HTML5 W3C')}}</td>
- </tr>
- <tr>
- <td>{{SpecName('HTML5 W3C', '#navigatoronline', 'NavigatorOnLine')}}</td>
- <td>{{Spec2('HTML5 W3C')}}</td>
- <td>Снимок {{SpecName('HTML WHATWG')}} с первоначальной спецификацией.</td>
- </tr>
- </tbody>
-</table>
-
-<h2 id="Совместимость_в_браузерах">Совместимость в браузерах</h2>
-
-<p>{{Compat("api.NavigatorOnLine")}}</p>
-
-<h2 id="Смотрите_также">Смотрите также</h2>
-
-<ul>
- <li>Интерфейс {{domxref("Navigator")}} который реализует его.</li>
-</ul>