aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/api/windoworworkerglobalscope/settimeout/index.html
diff options
context:
space:
mode:
authorAlexey Pyltsyn <lex61rus@gmail.com>2021-03-23 11:33:33 +0300
committerGitHub <noreply@github.com>2021-03-23 11:33:33 +0300
commit72768788322a74945d377831c0481b53e3aed9f8 (patch)
tree1ec79cecac096025179931b3a785148647577b40 /files/ru/web/api/windoworworkerglobalscope/settimeout/index.html
parent3ca809a38e141d7818fc4123b84d55adf3daccc9 (diff)
downloadtranslated-content-72768788322a74945d377831c0481b53e3aed9f8.tar.gz
translated-content-72768788322a74945d377831c0481b53e3aed9f8.tar.bz2
translated-content-72768788322a74945d377831c0481b53e3aed9f8.zip
Unify Russian translation of "functionality" (#289)
* Unify Russian translation of "functionality" * Apply suggestions from code review Co-authored-by: Sasha Sushko <sushko@outlook.com> * Update files/ru/learn/server-side/django/forms/index.html Co-authored-by: Sasha Sushko <sushko@outlook.com> Co-authored-by: Sasha Sushko <sushko@outlook.com>
Diffstat (limited to 'files/ru/web/api/windoworworkerglobalscope/settimeout/index.html')
-rw-r--r--files/ru/web/api/windoworworkerglobalscope/settimeout/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/web/api/windoworworkerglobalscope/settimeout/index.html b/files/ru/web/api/windoworworkerglobalscope/settimeout/index.html
index cd1851db1e..d8c826dd5c 100644
--- a/files/ru/web/api/windoworworkerglobalscope/settimeout/index.html
+++ b/files/ru/web/api/windoworworkerglobalscope/settimeout/index.html
@@ -25,7 +25,7 @@ original_slug: Web/API/WindowTimers/setTimeout
<li><code>delay</code>  {{optional_inline}} -  задержка в миллисекундах (тысячных долях секунды), после которой будет выполнен вызов функции. Реальная задержка может быть больше; см. {{anch("Notes")}} ниже.</li>
</ul>
-<p>Необходимо принять во внимание, что передача дополнительных параметров функции в первом варианте не работает в Internet Explorer 9 и ниже. Для использования этого функционала в таких браузерах, необходимо использовать код для совместимости (см. раздел <a href="#Аргументы_колбэк-функции">Аргументы колбэк-функции</a>).</p>
+<p>Необходимо принять во внимание, что передача дополнительных параметров функции в первом варианте не работает в Internet Explorer 9 и ниже. Для использования этой функциональности в таких браузерах, необходимо использовать код для совместимости (см. раздел <a href="#Аргументы_колбэк-функции">Аргументы колбэк-функции</a>).</p>
<div class="warning"><strong>Important:</strong> Prior to Gecko 13 {{ geckoRelease("13.0") }}, Gecko passed an extra parameter to the callback routine, indicating the "actual lateness" of the timeout in milliseconds. This non-standard parameter is no longer passed.</div>