- From: Ben Kelly <notifications@github.com>
- Date: Wed, 03 Dec 2014 05:35:56 -0800
- To: slightlyoff/ServiceWorker <ServiceWorker@noreply.github.com>
Received on Wednesday, 3 December 2014 13:36:26 UTC
Thanks. I think I understand. And I think this plan makes sense: > I think new Request/Response created by .clone() would have a ReadableStream and, > * data already read from the ReadableStream of the original Request/Response is not read from one of the new Request/Response > * data not read yet are mirrored to both ReadableStream regardless of whether the chunk is already queued to the ReadableStream's queue at the time of .clone() call or not > * .cancel() call on one of the ReadableStreams doesn't affect the other Sorry for my confusion. I'll try to read the spec further before commenting again. --- Reply to this email directly or view it on GitHub: https://github.com/slightlyoff/ServiceWorker/issues/452#issuecomment-65407056
Received on Wednesday, 3 December 2014 13:36:26 UTC