| D | service_worker_controller.ts | 79 if (sw.state === 'installing') { 135 // no SW is installed yet. In this case |installing| will be set. 138 this.monitorWorker(registration.installing); 143 this.monitorWorker(registration.installing); 151 get installing() { method in ServiceWorkerController
|