Re: [w3c/ServiceWorker] Allow overlapping scopes (#1085)

> I think preventing caching of any cross-origin resources would have been a huge step backwards.

I'd be fine with making this same-origin only, but I guess that only solves our use case.

> this is the first time I've seen a feature request like this.

What's the best practice for SW caching multiple versioned URLs? Or is this not something anybody does with SW? If so what is done instead? I'd be interested to learn what others do, since we've found versioning deployments quite tricky so far. I think our key requirement is that old versions are still available at their own URL. We've ported from a traditional downloadable desktop app where we have an archive of old releases, and this is something we didn't want to regress on when moving to the web.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/ServiceWorker/issues/1085#issuecomment-290664199

Received on Friday, 31 March 2017 09:26:15 UTC