Skip to content
Snippets Groups Projects

Resolve "PWA: L'application ne se met pas à jour sur Firefox et Safari"

3 files
+ 4
5
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -61,9 +61,8 @@ export class ServiceWorkerUpdateService {
break;
case 'VERSION_INSTALLATION_FAILED':
ver = (evt as any).version?.appData?.version ?? "NA";
console.log("ServiceWorkerUpdateService: VERSION_INSTALLATION_FAILED", ver);
this.notificationService.notify(this.i18nService.localizeText("ERROR_SERVICE_WORKER_INSTALL_FAILED", { "ver": ver }), 10000);
console.log("ServiceWorkerUpdateService: VERSION_INSTALLATION_FAILED");
this.notificationService.notify(this.i18nService.localizeText("ERROR_SERVICE_WORKER_INSTALL_FAILED"), 10000);
break;
}
});
Loading