-
-
Notifications
You must be signed in to change notification settings - Fork 321
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
Introduce an cacheStartUrl configuration #296
Conversation
With cacheStartUrl users can decide if they want to cache or not startUrl. It is the same as dynamicStartUrl but with dynamicStartUrl serviceWorker will send a request extra.
@shadowwalker it may be related to the issue that I posted: #267 (comment) |
@meotimdihia But this looks confusing to me. What use case that you don't want to cache start url? |
Thanks for looking into this issue. For example:
|
ae01de5
to
51686de
Compare
Thanks for the merge. |
@mrafei It works for me. You can follow these steps: and yes, I think we have to use both |
Introduce an cacheStartUrl configuration
With cacheStartUrl users can decide if they want to cache or not startUrl. It is the same as dynamicStartUrl but with dynamicStartUrl serviceWorker will send a request extra.