Skip to content
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

Fix loading errors when Service Worker cache is only used partially #89

Open
frosas opened this issue Mar 3, 2020 · 0 comments
Open
Labels

Comments

@frosas
Copy link
Owner

frosas commented Mar 3, 2020

Screenshot 2020-03-03 at 14 03 20

I assume this happens when

  • The initial HTML page cannot be obtained on time over the network and it's obtained from the cache instead, and
  • The other resources it loads have a content hash in their URL and their content has changed since the HTML page has last cached

A possible solution would be to fallback to the cache in case of a network error.

@frosas frosas changed the title Fix errors when only partially using the Service Worker cache Fix loading errors when only partially using the Service Worker cache Mar 3, 2020
@frosas frosas added the must do label Mar 3, 2020
@frosas frosas changed the title Fix loading errors when only partially using the Service Worker cache Fix loading errors when Service Worker cache is only used partially Mar 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant