Skip to content

ElectronServiceWorkers.getFromVersionID method

ElectronServiceWorkers › getFromVersionID

Unofficial

Returns information about the service worker with the given version ID.

Signature:

getFromVersionID(versionId: number): ElectronServiceWorkerInfo

Parameters:

ParameterTypeDescription
versionIdnumberThe service worker version ID.

Returns: ElectronServiceWorkerInfoInformation about the service worker.