[slightlyoff/ServiceWorker] Why doesn't cache.match support `cacheName` (#917)

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