On this page
UpdateAvailableEvent
interface
An event emitted when a new version of the app is available.
interface UpdateAvailableEvent {
type: 'UPDATE_AVAILABLE'
current: {...}
available: {...}
}
Properties
© 2010–2019 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v6.angular.io/api/service-worker/UpdateAvailableEvent