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

On Apr 12, 2012, at 2:48 PM, Arun Ranganathan wrote:

> I intend to add ArrayBufferView as a parameter to the Blob constructor .

Would it be possible also to allow passing an ArrayBuffer with an offset and length as an additional alternative? This would eliminate the need to create a view when you just want a slice of the buffer but don't particularly want/need to think of it as a Uint8/Uint32/whatever array.

Dave

Received on Tuesday, 24 April 2012 22:53:46 UTC