--- title: ServiceWorker.scriptURL slug: Web/API/ServiceWorker/scriptURL translation_of: Web/API/ServiceWorker/scriptURL ---
{{SeeCompatTable}}{{APIRef("Service Workers API")}}

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

语法

someURL = ServiceWorker.scriptURL

一个 {{domxref("USVString")}} (另见 WebIDL definition of USVString.)

规范

规范 状态 附注
{{SpecName('Service Workers', '#service-worker-url-attribute', 'scriptURL')}} {{Spec2('Service Workers')}} Initial definition

浏览器兼容性

{{Compat("api.ServiceWorker.scriptURL")}}