Re: [ServiceWorker] Pattern for handling fingerprinted assets in cache? (#657)

@annevk thanks for the response -- unfortunately I was hoping to avoid doing it like that. I feel like most build processes don't construct URLs that way. (I could be wrong.) There's also 1,001 opinions about how RESTful it is to use query strings, but people seem to be less averse to the idea of avoiding them.

Regardless of how people prefer to build their URLs, if I'm going to write something to sit on top, I'd want to take as many scenarios into account as possible. Wouldn't want to force people into changing their build processes.

So `ignoreSearch` will help a certain percentage, but what about the others? I'm starting to look into VARY headers after some enlightenment from Ben but oh my O_O 

---
Reply to this email directly or view it on GitHub:
https://github.com/slightlyoff/ServiceWorker/issues/657#issuecomment-82943351

Received on Wednesday, 18 March 2015 12:15:50 UTC