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

I had to do this too. One can easily work around this, but It looks to me like a reasonable feature to be added.

The alternative method that I used is to query all keys and filter them myself. With large caches, fetching all keys can get very slow.

-- 
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#issuecomment-559465416

Received on Thursday, 28 November 2019 11:55:53 UTC