installing property
ServiceWorker?
get
installing
The installing
read-only property of the
ServiceWorkerRegistration interface returns a service worker whose
ServiceWorker.state is installing
. This property is
initially set to null
.
Implementation
external ServiceWorker? get installing;