diff options
Diffstat (limited to 'files/ru/web/api/beacon_api/index.html')
-rw-r--r-- | files/ru/web/api/beacon_api/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/web/api/beacon_api/index.html b/files/ru/web/api/beacon_api/index.html index 1e33abb3df..95c9d81de4 100644 --- a/files/ru/web/api/beacon_api/index.html +++ b/files/ru/web/api/beacon_api/index.html @@ -9,7 +9,7 @@ translation_of: Web/API/Beacon_API --- <div>{{DefaultAPISidebar("Beacon")}}{{SeeCompatTable}}</div> -<div></div> + <p>Интерфейс <strong><code>Beacon</code></strong> используется для планирования асинхронного и неблокирующего запроса к веб-серверу. <strong><code>Beacon</code></strong> запросы используют метод HTTP POST, и обычно не требуют ответа. Запросы гарантированно будут инициированы до того, как страница будет выгружена, и они выполняются до конца, не требуя блокирующего запроса (например {{domxref("XMLHttpRequest")}}).</p> |