此页面由社区从英文翻译而来。了解更多并加入 MDN Web Docs 社区。

View in English Always switch to English

ServiceWorker.scriptURL

Baseline Widely available

This feature is well established and works across many devices and browser versions. It’s been available across browsers since ⁨2018年4月⁩.

实验性: 这是一项实验性技术
在将其用于生产之前,请仔细检查浏览器兼容性表格

作为 ServiceWorkerRegistration 的一部分定义,会返回该 ServiceWorker 的序列化脚本 url。必须与 document 注册 ServiceWorker 的地址同源。

语法

someURL = ServiceWorker.scriptURL

一个 USVString (另见 WebIDL definition of USVString.)

规范

Specification
Service Workers
# service-worker-url

浏览器兼容性