Re: [XHR] chunked

On Thu, Sep 27, 2012 at 12:21 PM, Travis Leithead <
travis.leithead@microsoft.com> wrote:

> > From: annevankesteren@gmail.com [mailto:annevankesteren@gmail.com]
> >
> > On Thu, Sep 27, 2012 at 7:42 PM, Travis Leithead
> > <travis.leithead@microsoft.com> 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).
>
Could you confirm if it actually works ... even if the spec fails to talk
about it? :)

Received on Tuesday, 2 October 2012 00:42:08 UTC