aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/api/serviceworker/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/api/serviceworker/index.html')
-rw-r--r--files/ru/web/api/serviceworker/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/web/api/serviceworker/index.html b/files/ru/web/api/serviceworker/index.html
index 0793f47caa..b96eb5a054 100644
--- a/files/ru/web/api/serviceworker/index.html
+++ b/files/ru/web/api/serviceworker/index.html
@@ -5,7 +5,7 @@ translation_of: Web/API/ServiceWorker
---
<div>{{APIRef("Service Workers API")}}</div>
-<div></div>
+
<p>Интерфейс <code>ServiceWorker</code>, являющийся частью <a href="/en-US/docs/Web/API/ServiceWorker_API">ServiceWorker API</a>, позволяет взаимодействовать с Service Worker. К одному Service Worker могут быть привязаны несколько контекстов (например страниц, Web Workers, и т.д.), каждый с использованием собственного объекта <code>ServiceWorker</code>.</p>