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

This should make it easier to append limited views; appending the 
.buffer is a footgun because it appends the whole buffer.

-Boris

Received on Thursday, 12 April 2012 19:26:53 UTC