diff options
author | btea <2356281422@qq.com> | 2021-10-31 02:39:36 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-31 15:39:36 +0800 |
commit | dd253a2385350a2164980fb20729466cfa5c1196 (patch) | |
tree | 92c6f6b9dff1dbae61065eca198dca8850d9d86b /files/zh-cn/web/api | |
parent | 9b3a077ba5db4948c32c330bed33f2ce8b9c8be6 (diff) | |
download | translated-content-dd253a2385350a2164980fb20729466cfa5c1196.tar.gz translated-content-dd253a2385350a2164980fb20729466cfa5c1196.tar.bz2 translated-content-dd253a2385350a2164980fb20729466cfa5c1196.zip |
Improve Web/API/Service_Worker_API, zh-CN (#2907)
Diffstat (limited to 'files/zh-cn/web/api')
-rw-r--r-- | files/zh-cn/web/api/service_worker_api/index.html | 2 |
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> |