Re: [ServiceWorker] Cache and Request objects (#624)

> does keys() always return clones?

Yeah. 

> That way caches never have to deal with request that has an associated body.

I've heard people ask for a way to store post requests, especially if (a clone) failed to complete, maybe indexedDB is a better place for these, although you run into the same clones issue.

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

Received on Monday, 16 February 2015 13:52:31 UTC