- From: Gerard Davison <notifications@github.com>
- Date: Wed, 03 Oct 2018 02:53:34 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 3 October 2018 09:53:55 UTC
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