Re: [ServiceWorker] Can caches store and retrieve results that are still being written to the cache? (#573)

Also, will the spec say anything about how the match()'d response should treat partially written entries?  For example, I could see the easy implementation waiting to provide the first byte of the body until the body is fully written.  The trickier, better, solution of course would be to stream the data out as it slowly fills in the cache file.

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

Received on Thursday, 4 December 2014 13:46:49 UTC