0.1.0 • Published 6 years ago
blob v0.1.0
Blob
A cross-browser Blob that falls back to BlobBuilder when appropriate.
If neither is available, it exports undefined.
Installation
$ npm install blobExample
var Blob = require('blob');
var b = new Blob(['hi', 'constructing', 'a', 'blob']);License
MIT