|
|
@ -29,7 +29,7 @@ class Setup { |
|
|
} else if (this.registration?.active) { |
|
|
} else if (this.registration?.active) { |
|
|
this.serviceWorkerStatus = "active" |
|
|
this.serviceWorkerStatus = "active" |
|
|
} else { |
|
|
} else { |
|
|
this.serviceWorkerStatus = "not installed" |
|
|
this.serviceWorkerStatus = "initializing" |
|
|
} |
|
|
} |
|
|
this.statusEl.innerText = this.serviceWorkerStatus |
|
|
this.statusEl.innerText = this.serviceWorkerStatus |
|
|
} |
|
|
} |