- From: Ben Kelly <notifications@github.com>
- Date: Sat, 25 Jun 2016 11:07:29 -0700
- To: slightlyoff/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc:
Received on Saturday, 25 June 2016 18:07:57 UTC
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