Re: [ServiceWorker] Background caching (#574)

Isn't cache.add() the same as backgroundPut()?  In the gecko implementation I believe cache.add() will complete even if the worker js context goes away.

Perhaps we could just create 'cacheaddsuccess' and 'cacheaddfailure' events?

---
Reply to this email directly or view it on GitHub:
https://github.com/slightlyoff/ServiceWorker/issues/574#issuecomment-65634646

Received on Thursday, 4 December 2014 13:57:05 UTC