Re: [whatwg] Provide data chunk with the ProgressEvent

On Wed, Nov 21, 2012 at 5:07 PM, Nicolas Froidure
<froidure_nicolas@yahoo.fr> wrote:
> I think it could be more usefull if the progress event was providing a chunk
> property containing only the new datas loaded.

The plan for this is that you set responseType to "stream" and use the
Stream object returned by response for incremental updates.

See http://xhr.spec.whatwg.org/ for details.


-- 
http://annevankesteren.nl/

Received on Wednesday, 21 November 2012 16:44:02 UTC