[Bug 18962] Allow appending with XHR

https://www.w3.org/Bugs/Public/show_bug.cgi?id=18962

Adrian Bateman [MSFT] <adrianba@microsoft.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Whiteboard|                            |tpac2012

--- Comment #2 from Adrian Bateman [MSFT] <adrianba@microsoft.com> ---
The goal here is to avoid JavaScript from having to do work to load the data
with script (for example into an ArrayBuffer) before pushing back down to the
media engine. User agents use fewer resources by letting the media engine and
related components take care of buffer management.

I propose adding void appendStream(Stream stream) based on the Microsoft
proposal [1], which was discussed recently in Webapps [2]. We need to
understand if and how this feature will be added to the W3C XHR spec.

[1]
http://dvcs.w3.org/hg/streams-api/raw-file/tip/Overview.htm#addition-of-stream-responsetype
[2] http://lists.w3.org/Archives/Public/public-webapps/2012OctDec/0134.html

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Monday, 22 October 2012 02:37:43 UTC