mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
bd04fbc05b
When the service worker checks for an update and finds that the version on the server is the same as the version locally installed, it currently noops. This change introduces an event which it emits in this situation which notifies clients a check has occurred without error and no update was found. PR Close #45216