@angular/service-worker

VersionDetectedEvent

interface

An event emitted when the service worker has detected a new version of the app on the server and is about to start downloading it.

  
    interface VersionDetectedEvent {  version: { hash: string; appData?: object; };}}
  
  
Jump to details