IpcMainServiceWorkerInvokeEvent Type
Constructors
| Constructor |
Description
|
Full Usage:
IpcMainServiceWorkerInvokeEvent(type, serviceWorker, versionId, session)
Parameters:
Type
-
Possible values include service-worker.
serviceWorker : ServiceWorkerMain
-
The service worker that sent this message
versionId : float
-
The service worker version ID.
session : Session
-
The Session instance with which the event is associated.
Returns: IpcMainServiceWorkerInvokeEvent
|
|
Instance members
| Instance member |
Description
|
|
The service worker that sent this message
|
Full Usage:
this.session
|
The Session instance with which the event is associated. |
Full Usage:
this.type
|
Possible values include service-worker. |
Full Usage:
this.versionId
|
The service worker version ID. |
fable-electron-docs-api