PWA - service worker cache invalidation #37

Closed
opened 2021-01-17 18:12:32 +00:00 by philipp · 0 comments
Owner

current behaviour

  • the serviceworker just caches everything and does not destroy old caches
  • this leads to incompatible version bumps with very poor UX

expected

  • PWA cache invalidation should take place for each version bump/ rebuild
  • old caches should be deleted, all new files cached
### current behaviour - the serviceworker just caches everything and does not destroy old caches - this leads to incompatible version bumps with very poor UX ### expected - PWA cache invalidation should take place for each version bump/ rebuild - old caches should be deleted, all new files cached
philipp added this to the Base-System milestone 2021-01-17 18:12:32 +00:00
philipp added the
priority:high
confirmed
labels 2021-01-17 18:12:32 +00:00
philipp self-assigned this 2021-01-17 18:12:32 +00:00
philipp referenced this issue from a commit 2021-01-17 18:22:47 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: lfk/frontend#37
No description provided.