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.