Abstracts out Blob and uses BlobBuilder in cases where it is supported with any vendor prefix.
npm install blobBlob that falls back to BlobBuilder when appropriate.
undefined.
bash
$ npm install blob
`
Example
` js
var Blob = require('blob');
var b = new Blob(['hi', 'constructing', 'a', 'blob']);
``