mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
This commit adds an `applicationMaxAge` to the service worker configuration. When set, it will only assign a cached version to clients within the `maxAge`. Afterwards, it will ignored any expired application versions and fetch exclusively from the network. The default is `undefined`, for which the behaviour is the same as it currently is. PR Close #49601 |
||
|---|---|---|
| .. | ||
| BUILD.bazel | ||
| data_spec.ts | ||
| happy_spec.ts | ||
| idle_spec.ts | ||
| prefetch_spec.ts | ||