@angular/service-worker

VersionEvent

Type Alias

A union of all event types that can be emitted by api /service-worker/SwUpdate#versionUpdates SwUpdate#versionUpdates.

type VersionEvent = | VersionDetectedEvent
| VersionInstallationFailedEvent
| VersionReadyEvent
| NoNewVersionDetectedEvent
Jump to details