aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/api/cache
diff options
context:
space:
mode:
authorAlexey Pyltsyn <lex61rus@gmail.com>2021-03-22 11:22:14 +0300
committerGitHub <noreply@github.com>2021-03-22 11:22:14 +0300
commit382abab7f1c10ba64cf69fa4a2c30cf1df964523 (patch)
treef0e29fd14265548053e87a854b5e0e8ec3b9fd86 /files/ru/web/api/cache
parentb3286b12e22623fed038ceff6356d48e07b6d917 (diff)
downloadtranslated-content-382abab7f1c10ba64cf69fa4a2c30cf1df964523.tar.gz
translated-content-382abab7f1c10ba64cf69fa4a2c30cf1df964523.tar.bz2
translated-content-382abab7f1c10ba64cf69fa4a2c30cf1df964523.zip
Unify Russian translation of "offline" (#269)
* Unify Russian translation of "offline" * Update files/ru/learn/javascript/client-side_web_apis/client-side_storage/index.html Co-authored-by: Artem Shibakov <shibakow@gmail.com>
Diffstat (limited to 'files/ru/web/api/cache')
-rw-r--r--files/ru/web/api/cache/match/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/web/api/cache/match/index.html b/files/ru/web/api/cache/match/index.html
index ae0b0783bd..93a607ee78 100644
--- a/files/ru/web/api/cache/match/index.html
+++ b/files/ru/web/api/cache/match/index.html
@@ -42,7 +42,7 @@ translation_of: Web/API/Cache/match
<h2 id="Примеры" style="line-height: 30px; font-size: 2.14285714285714rem;">Примеры</h2>
-<p>Код взят примера из примера <a href="https://github.com/GoogleChrome/samples/blob/gh-pages/service-worker/custom-offline-page/service-worker.js">пользовательская оффлайн страница</a> (<a href="https://googlechrome.github.io/samples/service-worker/custom-offline-page/index.html">живой пример</a>).</p>
+<p>Код взят примера из примера <a href="https://github.com/GoogleChrome/samples/blob/gh-pages/service-worker/custom-offline-page/service-worker.js">пользовательская офлайн-страница</a> (<a href="https://googlechrome.github.io/samples/service-worker/custom-offline-page/index.html">живой пример</a>).</p>
<p>Следующий пример использует кеш для предоставления данных, когда запрос не удался. Выражение <code>catch()</code> выполняется когда вызов <code>fetch()</code> возбуждает исключение. Внутри выражения <code>catch()</code>, <code>match()</code> используется для возврата корректного ответа.</p>