Re: [ServiceWorker] Response streaming and SW lifetime (#651)

I think I understand better what is being asked now.  We want javascript in a worker to stream data to a consumer in the main thread.

Maybe we need stream transferability here.  So you can create a pipe oriented stream, pass the reader side to respondWith(), and then transfer the writer side of the pipe to a Worker.

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

Received on Tuesday, 31 March 2015 14:20:21 UTC