- From: Remy Sharp <notifications@github.com>
- Date: Wed, 22 Jun 2016 06:18:06 -0700
- To: slightlyoff/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc:
Received on Wednesday, 22 June 2016 13:18:34 UTC
Going by the [docs on MDN](https://developer.mozilla.org/en-US/docs/Web/API/Cache/match) it reads regarding the `options.cacheName` to the `cache.match()` method: > Note that this option is ignored by Cache.match It seems odd that I can't filter the cache that I'm searching for the `.match()`, but I can filter when I use `.matchAll()`. Without the filtering, I have to open the specific cache, and then run the match against the specific cache. Have I misunderstood or does it actually make sense to add the support to `.match()`? --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/slightlyoff/ServiceWorker/issues/917
Received on Wednesday, 22 June 2016 13:18:34 UTC