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

On Thu, 12 Apr 2012 21:26:24 +0200, Boris Zbarsky <bzbarsky@mit.edu> wrote:
> This should make it easier to append limited views; appending the  
> .buffer is a footgun because it appends the whole buffer.

Why are we still discussing BlobBuilder? I thought we discussed long ago  
it should be removed in favor of a constructable(sp?) Blob? Also, should  
it not accept just ArrayBufferView then as per XMLHttpRequest?


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

Received on Thursday, 12 April 2012 19:44:40 UTC