InstallEvent
Overview
The parameter passed into the oninstall handler, the InstallEvent interface represents an install action that is dispatched on the ServiceWorkerGlobalScope of a ServiceWorker. As a child of ExtendableEvent, it ensures that functional events such as FetchEvent are not dispatched during installation.
Location
- Reference: Island.fx
- Namespace: RemObjects.Elements.WebAssembly.DOM
- Platforms: WebAssembly
- Ancestry: Event | InstallEvent
Properties
activeWorker
property activeWorker: ServiceWorker read;
ServiceWorker activeWorker { get; }
var activeWorker: ServiceWorker { get{} }
ServiceWorker activeWorker { __get; }
ReadOnly Property activeWorker() As ServiceWorker