interface
deprecated
An event emitted when a new version of the app has been downloaded and activated.
Deprecated: This event is only emitted by the deprecated SwUpdate#activated
. Use the return value of SwUpdate#activateUpdate
instead.
interface UpdateActivatedEvent { type: 'UPDATE_ACTIVATED' previous?: {...} current: {...} }
Property | Description |
---|---|
type: 'UPDATE_ACTIVATED' | |
previous?: {
hash: string;
appData?: Object;
} | |
current: {
hash: string;
appData?: Object;
} |
© 2010–2023 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://angular.io/api/service-worker/UpdateActivatedEvent