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 |
||
|---|---|---|
| .. | ||
| cli | ||
| config | ||
| src | ||
| test | ||
| testing | ||
| worker | ||
| BUILD.bazel | ||
| index.ts | ||
| package.json | ||
| PACKAGE.md | ||
| public_api.ts | ||
| safety-worker.js | ||