Open
Description
we added a timebomb to automatically remove the service worker after a period of time. we should remove that now that most things are working pretty well and users can manually unregister the service worker from the config page.
Update how we handle automatic timebomb / service worker unregistration and re-registration
- Change timebomb in codebase to be "ServiceWorkerRegistrationTTL"
- Add config for registrationTTL
- prevent SW from unregistering if the user is offline (i.e. they cannot re-download the SW nor re-load the content)
cc @lidel
related: #721
Metadata
Metadata
Assignees
Labels
High: Likely tackled by core team if no one steps upEstimated to take one or several hoursNew feature or requestCan be confidently tackled by newcomersGood for newcomersA net-new feature or improvement to an existing featureWork required to avoid breaking changes or harm to project's status quoReady to be worked