mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
When a new version of app is available in a service worker, and a client with old version exists, web workers initialized from a client with old version will now be properly assigned with the same version. Before this change, a web worker was assigned with the newest version. Fixes #57971 PR Close #58131 |
||
|---|---|---|
| .. | ||
| BUILD.bazel | ||
| cache.ts | ||
| clients.ts | ||
| events.ts | ||
| fetch.ts | ||
| mock.ts | ||
| scope.ts | ||
| utils.ts | ||