From dd253a2385350a2164980fb20729466cfa5c1196 Mon Sep 17 00:00:00 2001 From: btea <2356281422@qq.com> Date: Sun, 31 Oct 2021 02:39:36 -0500 Subject: Improve Web/API/Service_Worker_API, zh-CN (#2907) --- files/zh-cn/web/api/service_worker_api/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/zh-cn/web/api') 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 ---

{{ServiceWorkerSidebar}}

-

Service workers 本质上充当 Web 应用程序、浏览器与网络(可用时)之间的代理服务器。这个 API 旨在创建有效的离线体验,它会拦截网络请求并根据网络是否可用采取来适当的动作、更新来自服务器的的资源。它还提供入口以推送通知和访问后台同步 API。

+

Service workers 本质上充当 Web 应用程序、浏览器与网络(可用时)之间的代理服务器。这个 API 旨在创建有效的离线体验,它会拦截网络请求并根据网络是否可用来采取适当的动作、更新来自服务器的的资源。它还提供入口以推送通知和访问后台同步 API。

Service worker 的概念和用法

-- cgit v1.2.3-54-g00ecf