On Aug 12, 2014 9:13 AM, "Anne van Kesteren" <ann...@annevk.nl> wrote: > > On Tue, Aug 12, 2014 at 3:07 PM, Brian Kardell <bkard...@gmail.com> wrote: > > Not wanting to start a giant bikeshed here but if you have a look at Jake's > > Service Worker Examples as an early use of fetch and streams, it seems > > clear that many developers would be surprised by behavior of not being > > about to refer back to the response body. > > Why? XMLHttpRequest does the same thing. > > > -- > http://annevankesteren.nl/
In what way? . response is a completely read DOMString or Object or whatever, not a Stream?