RE: [XHR] chunked

> 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).

Received on Thursday, 27 September 2012 19:22:31 UTC