npm.io
0.1.0 • Published 6 years ago

blob

Licence
MIT
Version
0.1.0
Deps
1
Size
8 kB
Vulns
0
Weekly
0
Stars
2

Blob

A cross-browser Blob that falls back to BlobBuilder when appropriate. If neither is available, it exports undefined.

Installation

$ npm install blob

Example

var Blob = require('blob');
var b = new Blob(['hi', 'constructing', 'a', 'blob']);

License

MIT