The W3 announced that they intend to deprecate the BlobBuilder API in preference for the new Blob API.
If I am already using BlobBuilder in a JavaScript app, how can
var blob = new Blob([arrayBuffer], {type: mimeString});