On this page
SwUpdate
class
Subscribe to update notifications from the Service Worker, trigger update checks, and forcibly activate updates.
class SwUpdate {
  available: Observable<UpdateAvailableEvent>
  activated: Observable<UpdateActivatedEvent>
  unrecoverable: Observable<UnrecoverableStateEvent>
  isEnabled: boolean
  checkForUpdate(): Promise<void>
  activateUpdate(): Promise<void>
}
   See also
Provided in
Properties
| Property | Description | 
|---|---|
available: Observable<UpdateAvailableEvent> | 
       Read-Only  Emits an   | 
      
activated: Observable<UpdateActivatedEvent> | 
       Read-Only  Emits an   | 
      
unrecoverable: Observable<UnrecoverableStateEvent> | 
       Read-Only  Emits an   | 
      
isEnabled: boolean | 
       Read-Only  True if the Service Worker is enabled (supported by the browser and enabled via   | 
      
Methods
| 
         
          checkForUpdate() 
          | 
      
|---|
        
          | 
      
| 
         
          activateUpdate() 
          | 
      
|---|
        
          | 
      
© 2010–2021 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
 https://v11.angular.io/api/service-worker/SwUpdate