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

I agree, streaming is way better.  It will just be tricky to implement in gecko, though, due to our stream infrastructure.  I'll have to build an async wrapper around our file streams that lets me kick the reader across the process boundary whenever new data is written to the stream.  Not a spec issue, of course.

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

Received on Thursday, 4 December 2014 13:53:34 UTC