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

On Apr 24, 2012, at 3:53 PM, David Herman wrote:

> 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.

Oh, I just saw in the bug that the idea is to *eliminate* the ArrayBuffer argument option entirely. If that's the case then disregard my question.

Dave

Received on Tuesday, 24 April 2012 23:01:05 UTC