feat: ServiceWorkerMain.scriptURL (#45863)

feat: serviceWorker.scriptURL
This commit is contained in:
Sam Maddock 2025-03-14 21:00:13 -04:00 committed by GitHub
parent 30d2fadb28
commit afca4e271e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 23 additions and 0 deletions

View file

@ -46,6 +46,10 @@ An [`IpcMainServiceWorker`](ipc-main-service-worker.md) instance scoped to the s
A `string` representing the scope URL of the service worker.
#### `serviceWorker.scriptURL` _Readonly_ _Experimental_
A `string` representing the script URL of the service worker.
#### `serviceWorker.versionId` _Readonly_ _Experimental_
A `number` representing the ID of the specific version of the service worker script in its scope.