文章标签:Service Workers
找到 5 篇文档
- Web/API/Cache The Cache interface provides a storage mechanism for Request / Response object pairs that are ...
- Web/API/PushManager The PushManager interface of the Push API provides a way to receive notifications from ...
- Web/API/Push_API Push API 让 web 应用有了可以接收来自服务端推送来的消息的能力,无论 web ...
- Web/API/Web_Workers_API Web Workers 是一种不是在页面线程而是在后台线程中执行脚本的技术。Web ...
- Web/API/Window/caches 只读属性 Window.caches 返回一个与当前源相关联的 CacheStorage 对象。 这个对象完善了 service worker 所需的功能 ...