mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
8ddce80a0b
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