• Overview
@angular/service-worker

UnrecoverableStateEvent

interface

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

Description

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.

For example, the service worker may not be able to retrieve a required resource, neither from the cache nor from the server. This could happen if a new version is deployed to the server and the service worker cache has been partially cleaned by the browser, removing some files of a previous app version but not all.

Jump to details