
* feat: ServiceWorkerMain * refactor: disconnect remote * handle version_info_ nullptr case * initiate finish request when possible and enumerate errors * explicit name for test method * oops * fix: wait for redundant version to stop before destroying * docs: clarify when undefined is returned * chore: remove extra semicolons
433 B
433 B
ServiceWorkerInfo Object
scriptUrl
string - The full URL to the script that this service worker runsscope
string - The base URL that this service worker is active for.renderProcessId
number - 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()
.versionId
number - ID of the service worker version