aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/api/eventsource/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/api/eventsource/index.html')
-rw-r--r--files/ru/web/api/eventsource/index.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/files/ru/web/api/eventsource/index.html b/files/ru/web/api/eventsource/index.html
index b93e3b2ee9..e539cd0414 100644
--- a/files/ru/web/api/eventsource/index.html
+++ b/files/ru/web/api/eventsource/index.html
@@ -11,7 +11,7 @@ translation_of: Web/API/EventSource
<p>См. <a href="/en/Server-sent_events/Using_server-sent_events" title="en/Server-sent events/Using server-sent events">Using server-sent events</a> для более детальной информации </p>
-<h2 id="Method_overview" name="Method_overview">Методы</h2>
+<h2 id="Method_overview">Методы</h2>
<table class="standard-table">
<tbody>
@@ -21,7 +21,7 @@ translation_of: Web/API/EventSource
</tbody>
</table>
-<h2 id="Attributes" name="Attributes">Свойства</h2>
+<h2 id="Attributes">Свойства</h2>
<table class="standard-table">
<tbody>
@@ -67,7 +67,7 @@ translation_of: Web/API/EventSource
<dd>По умолчанию пустая строка. Сервер может отправлять сообщение с полем <code>id </code>для установки этого значения.</dd>
</dl>
-<h2 id="Constants" name="Constants">Константы</h2>
+<h2 id="Constants">Константы</h2>
<table class="standard-table">
<tbody>
@@ -94,20 +94,20 @@ translation_of: Web/API/EventSource
</tbody>
</table>
-<h2 id="Methods" name="Methods">Методы</h2>
+<h2 id="Methods">Методы</h2>
-<h3 id="close" name="close()">close()</h3>
+<h3 id="close">close()</h3>
<p>Закрывает соединение, если оно существует и устанавливает атрибут <code>readyState </code>в значение<font face="Consolas, Liberation Mono, Courier, monospace"> <code>CLOSED</code>.</font> Если соединение уже закрыто, этот метод ничего не делает.<font face="Consolas, Liberation Mono, Courier, monospace"> </font></p>
<pre class="eval">void close();
</pre>
-<h6 id="Parameters" name="Parameters">Параметры</h6>
+<h6 id="Parameters">Параметры</h6>
<p>Нет</p>
-<h2 id="See_also" name="See_also">Смотрите также</h2>
+<h2 id="See_also">Смотрите также</h2>
<ul>
<li>{{ spec("https://html.spec.whatwg.org/multipage/comms.html#the-eventsource-interface","Server-Sent Events: The EventSource Interface","CR") }}</li>