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

I think the MDN docs are correct, if confusing.  If you are doing caches.match, then you want this page;

https://developer.mozilla.org/en-US/docs/Web/API/CacheStorage/match

Where cacheName has an effect.

If you are using Cache.match (different object type from CacheStorage) then cacheName has no effect.

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

Received on Saturday, 25 June 2016 18:07:57 UTC