diff options
| author | Alexey Pyltsyn <lex61rus@gmail.com> | 2021-10-20 13:28:52 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-20 13:28:52 +0300 |
| commit | 1386fed7d38652d5848d315927e7e23a66cffd13 (patch) | |
| tree | eb4b9adfec3f46c77304a1b9461d44357c8164c8 /files/ru/web/api/eventsource/index.html | |
| parent | b0f32a46245b1033098a5a9826a7818fa4e65dde (diff) | |
| download | translated-content-1386fed7d38652d5848d315927e7e23a66cffd13.tar.gz translated-content-1386fed7d38652d5848d315927e7e23a66cffd13.tar.bz2 translated-content-1386fed7d38652d5848d315927e7e23a66cffd13.zip | |
[RU] Remove `name` attribute from headings (#2788)
Diffstat (limited to 'files/ru/web/api/eventsource/index.html')
| -rw-r--r-- | files/ru/web/api/eventsource/index.html | 14 |
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> |
