• Overview
@angular/service-worker

UnrecoverableStateEvent

interface
stable

An event emitted when the version of the app used by the service worker to serve this client is in a broken state that cannot be recovered from and a full page reload is required.

API

    
      interface UnrecoverableStateEvent {  type: "UNRECOVERABLE_STATE";  reason: string;}
    
    

type

"UNRECOVERABLE_STATE"

reason

string