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
in sw all entries are saved i don't this what if i have 1000 page as docs i want to just cashe what's is already downloaded
min reproduction https://github.com/abdo-spices/pwa-min-prod
The text was updated successfully, but these errors were encountered:
If we want to cache only visited pages you need to use runtime caching with network first. You also need to disable injection point.
Your app Will not work when offline when the user visit a page missing in the cache.
You will need to use a custom sw to create the caches, workbox wont be able to create the cache and add the assets to the cache on first visit.
Sorry, something went wrong.
refence pls
No branches or pull requests
in sw all entries are saved
i don't this what if i have 1000 page as docs
i want to just cashe what's is already downloaded
min reproduction
https://github.com/abdo-spices/pwa-min-prod
The text was updated successfully, but these errors were encountered: