Leetcode icon indicating copy to clipboard operation
Leetcode copied to clipboard

31. 什么是service worker?

Open webVueBlog opened this issue 2 years ago • 0 comments

Service Worker 基本上是一个在后台运行的脚本(JavaScript 文件),独立于网页并提供不需要网页或用户交互的功能。Service Worker 的一些主要功能是丰富的离线体验(离线优先 Web 应用程序开发)、定期后台同步、推送通知、拦截和处理网络请求以及以编程方式管理响应缓存。

webVueBlog avatar Jun 07 '22 09:06 webVueBlog