On Thu, Sep 27, 2012 at 12:21 PM, Travis Leithead <
[email protected]> wrote:

> > From: [email protected] [mailto:[email protected]]
> >
> > On Thu, Sep 27, 2012 at 7:42 PM, Travis Leithead
> > <[email protected]> wrote:
> > > In my observation of the current IE behavior, the Stream is for
> download
> > only. XHR gets the data from the server and buffers it. The consumer of
> > the stream then pulls data as needed which is extracted from the buffer.
> >
> > I see, so the bit where it says you can pass it to send() we should
> > maybe not add for now if it's not going to do something useful.
>
> I honestly haven't tested that part, but this seems safe (it can be added-
> in later if need be).
>
The send() version, i.e. chunked requests, will actually be more useful,
but I guess someone has to use it first, e.g. to cut the number of requests.

Reply via email to