ServiceWorkerGlobalScope:registration 属性
注意:此功能仅在Service Workers中可用。
registration
是 ServiceWorkerGlobalScope
接口的只读属性,它返回对 ServiceWorkerRegistration
对象的引用,该对象表示服务工作者的注册。
值
一个 ServiceWorkerRegistration
对象。
规范
规范 |
---|
Service Workers # service-worker-global-scope-registration |
浏览器兼容性
BCD 表格仅在启用 JavaScript 的浏览器中加载。