interface
An event emitted when a new version of the app is available.
interface UpdateAvailableEvent { type: 'UPDATE_AVAILABLE' current: {...} available: {...} }
Property | Description |
---|---|
type: 'UPDATE_AVAILABLE' | |
current: {
hash: string;
appData?: Object;
} | |
available: {
hash: string;
appData?: Object;
} |
© 2010–2021 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v11.angular.io/api/service-worker/UpdateAvailableEvent