-
Notifications
You must be signed in to change notification settings - Fork 315
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Check offline mode for web app #132
Comments
@bashor Did you notice some that should be added? |
It doesn't work in many places if I go offline after a first load without opening anything else. Please check all screens. |
It might be due to other reason, IDK. |
Also, I noticed that currently SW is not robust enough and could be broken with uncaught exceptions, e.g. due to connection issue or unsupported protocol (chrome-extension://). |
I don't cache the API requests (network-then-cache), so if a participant tries to fetch the application for the first time without the internet - there will be no cache to load the application. Users should run the application at least once to use it offline. |
It seems to me we need to add more URLs to
staticUrlsToCache
The text was updated successfully, but these errors were encountered: