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

Oh I see, you are right. Enqueue is not the right place to put that. Interesting that it seems like it would work if we marked bodyUsed inside a `ReadableByteStream`'s underlying source's `readInto`, but it will not work with a plain `ReadableStream`. Do you agree with that?

If that is right, maybe we should not have a `bodyUsed` until we implement the `ReadableByteStream` interface?

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

Received on Tuesday, 20 January 2015 07:32:19 UTC