Re: BlobBuilder.append() should take ArrayBufferView in addition to ArrayBuffer

On Fri, 27 Apr 2012 00:13:42 +0200, Arun Ranganathan  
<aranganathan@mozilla.com> wrote:
> The constructor will switch to use ArrayBufferView in lieu of  
> ArrayBuffer, but the read method exposed on FileReader and  
> FileReaderSync will read files into memory as ArrayBuffers.

Since the constructor is not widely deployed yet would it not be better to  
stick to ArrayBufferView exclusively, just like XMLHttpRequest.send()?


-- 
Anne van Kesteren
http://annevankesteren.nl/

Received on Friday, 27 April 2012 05:28:48 UTC