This is low priority, but it can really enhance the UX if connection goes down. We can show previously fetched content instead of an ugly disconnected error in case the connection goes down.
Todo:
Verify bundled chromium in electron supports service worker
Service worker requires the server to have SSL enabled, so until that is done this cannot be active (although service worker should fallback gracefully to just show the disconnected error)
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This is low priority, but it can really enhance the UX if connection goes down. We can show previously fetched content instead of an ugly disconnected error in case the connection goes down.
Todo: