aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/api
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/api')
-rw-r--r--files/zh-cn/web/api/service_worker_api/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/api/service_worker_api/index.html b/files/zh-cn/web/api/service_worker_api/index.html
index 1f47ee9df2..f8d6c966a9 100644
--- a/files/zh-cn/web/api/service_worker_api/index.html
+++ b/files/zh-cn/web/api/service_worker_api/index.html
@@ -12,7 +12,7 @@ translation_of: Web/API/Service_Worker_API
---
<p>{{ServiceWorkerSidebar}}</p>
-<p class="summary">Service workers 本质上充当 Web 应用程序、浏览器与网络(可用时)之间的代理服务器。这个 API 旨在创建有效的离线体验,它会拦截网络请求并根据网络是否可用采取来适当的动作、更新来自服务器的的资源。它还提供入口以推送通知和访问后台同步 API。</p>
+<p class="summary">Service workers 本质上充当 Web 应用程序、浏览器与网络(可用时)之间的代理服务器。这个 API 旨在创建有效的离线体验,它会拦截网络请求并根据网络是否可用来采取适当的动作、更新来自服务器的的资源。它还提供入口以推送通知和访问后台同步 API。</p>
<h2 id="Service_worker_的概念和用法">Service worker 的概念和用法</h2>