We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If #411 can't be implemented, we'll have to fallback to cache the content ourself.
One approach would be to use the Cache API of ServiceWorkers https://developer.mozilla.org/en-US/docs/Web/API/Cache , that has been designed for this purpose. See examples from https://serviceworke.rs/caching-strategies.html
The text was updated successfully, but these errors were encountered:
7226d62
mossroy
No branches or pull requests
If #411 can't be implemented, we'll have to fallback to cache the content ourself.
One approach would be to use the Cache API of ServiceWorkers
https://developer.mozilla.org/en-US/docs/Web/API/Cache , that has been designed for this purpose.
See examples from https://serviceworke.rs/caching-strategies.html
The text was updated successfully, but these errors were encountered: