Re: [ServiceWorker] Backpressure on fetch integrated with Streams (#452)

IIRC the plan was for `.clone()` to consult the body-used flag and throw if it's true. So that would mean you'd never have to worry about

> data already read from the ReadableStream of the original Request/Response is not read from one of the new Request/Response

since it'd just throw in that scenario instead.

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

Received on Thursday, 27 November 2014 17:08:17 UTC