mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
377 B
377 B
ServiceWorkerInfo Object
scriptUrlstring - The full URL to the script that this service worker runsscopestring - The base URL that this service worker is active for.renderProcessIdnumber - The virtual ID of the process that this service worker is running in. This is not an OS level PID. This aligns with the ID set used forwebContents.getProcessId().