[w3c/ServiceWorker] Should CacheStorage.match allow partial matches on cache names? (#1357)

I had a scenario that I had multiple caches with the same name prefix and watched to see if I could find the response in any of those caches in one call.

For the reason it would have been nice to be able to specify a regex for the cache name rather than an exact match so it I could easily search a set of caches. This seems to be important for service workers where you might have to deal with different instances of the application so have slightly different caching requirements.

-- 
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/1357

Received on Wednesday, 3 October 2018 09:53:55 UTC