- From: Ben Kelly <notifications@github.com>
- Date: Tue, 31 Mar 2015 07:19:59 -0700
- To: slightlyoff/ServiceWorker <ServiceWorker@noreply.github.com>
Received on Tuesday, 31 March 2015 14:20:21 UTC
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