aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/api/xmlhttprequest/onreadystatechange
diff options
context:
space:
mode:
authorAlexey Pyltsyn <lex61rus@gmail.com>2021-03-20 13:22:35 +0300
committerGitHub <noreply@github.com>2021-03-20 13:22:35 +0300
commitd527d47d926b8ff165c47b8be7b95ce6c9265209 (patch)
tree0ee5bb8ee7e89535b1ce97f75e0fabe0463976b8 /files/ru/web/api/xmlhttprequest/onreadystatechange
parented27358bb580f8366fadca2124a7477814b7e16e (diff)
downloadtranslated-content-d527d47d926b8ff165c47b8be7b95ce6c9265209.tar.gz
translated-content-d527d47d926b8ff165c47b8be7b95ce6c9265209.tar.bz2
translated-content-d527d47d926b8ff165c47b8be7b95ce6c9265209.zip
Unify Russian translation for callback word (#226)
* Unify Russian translation for callback word * Apply suggestions from code review Co-authored-by: Sasha Sushko <sushko@outlook.com> * Fixes Co-authored-by: Sasha Sushko <sushko@outlook.com>
Diffstat (limited to 'files/ru/web/api/xmlhttprequest/onreadystatechange')
-rw-r--r--files/ru/web/api/xmlhttprequest/onreadystatechange/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/web/api/xmlhttprequest/onreadystatechange/index.html b/files/ru/web/api/xmlhttprequest/onreadystatechange/index.html
index 4069a6378b..d9e578dc9c 100644
--- a/files/ru/web/api/xmlhttprequest/onreadystatechange/index.html
+++ b/files/ru/web/api/xmlhttprequest/onreadystatechange/index.html
@@ -13,7 +13,7 @@ translation_of: Web/API/XMLHttpRequest/onreadystatechange
---
<div>{{APIRef}}</div>
-<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/EventHandler" title="A possible way to get notified of Events of a particular type (such as click) for a given object is to specify an event handler using:"><code>Обработчик события (EventHandler)</code></a>, который вызывается всякий раз, когда изменяется состояние свойства <code>readyState</code>. Свойство <strong><code>XMLHttpRequest.onreadystatechange</code></strong> содержит обработчик события, вызываемый когда происходит событие {{event("readystatechange")}}, всякий раз  когда свойство {{domxref("XMLHttpRequest.readyState", "readyState")}} запроса {{domxref("XMLHttpRequest")}} изменяется. Функция обратного вызова запускается из потока пользовательского интерфейса.</p>
+<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/EventHandler" title="A possible way to get notified of Events of a particular type (such as click) for a given object is to specify an event handler using:"><code>Обработчик события (EventHandler)</code></a>, который вызывается всякий раз, когда изменяется состояние свойства <code>readyState</code>. Свойство <strong><code>XMLHttpRequest.onreadystatechange</code></strong> содержит обработчик события, вызываемый когда происходит событие {{event("readystatechange")}}, всякий раз  когда свойство {{domxref("XMLHttpRequest.readyState", "readyState")}} запроса {{domxref("XMLHttpRequest")}} изменяется. Колбэк-функция запускается из потока пользовательского интерфейса.</p>
<div class="warning">
<p><strong>Внимание:</strong> Не должно использоваться при синхронных запросах  и из исходного кода (native code).</p>