angular/packages/service-worker/config
Henry Zhang 8ddce80a0b feat(service-worker): allow specifying maxAge for entire application (#49601)
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
2024-10-22 07:45:21 -07:00
..
src feat(service-worker): allow specifying maxAge for entire application (#49601) 2024-10-22 07:45:21 -07:00
test feat(service-worker): allow specifying maxAge for entire application (#49601) 2024-10-22 07:45:21 -07:00
testing refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
BUILD.bazel build(bazel): run aio firebase redirect tests under bazel 2022-11-22 13:51:16 -07:00
index.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
public_api.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
schema.json feat(service-worker): allow specifying maxAge for entire application (#49601) 2024-10-22 07:45:21 -07:00