- From: Domenic Denicola <notifications@github.com>
- Date: Mon, 19 Jan 2015 23:31:52 -0800
- To: slightlyoff/ServiceWorker <ServiceWorker@noreply.github.com>
Received on Tuesday, 20 January 2015 07:32:19 UTC
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