[slightlyoff/ServiceWorker] Add cache.name property (#869)

While working with SW I found it would be convenient for diagnostics if you could get the name of a cache from the cache itself. Currently you have to keep track of the name passed to `caches.open()` yourself. A `cache.name` read-only attribute would make this easier.

---
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/869

Received on Wednesday, 6 April 2016 11:04:10 UTC