waiting property

ServiceWorker? get waiting

The waiting read-only property of the ServiceWorkerRegistration interface returns a service worker whose ServiceWorker.state is installed. This property is initially set to null.

Implementation

external ServiceWorker? get waiting;