tatianamac 6d5445ecc5 update
2019-11-26 14:50:43 -08:00
..
2019-11-26 14:50:43 -08:00
2019-11-26 14:50:43 -08:00
2019-11-26 14:50:43 -08:00
2019-11-26 14:50:43 -08:00
2019-11-26 14:50:43 -08:00
2019-11-26 14:50:43 -08:00
2019-11-26 14:50:43 -08:00
2019-11-26 14:50:43 -08:00
2019-11-26 14:50:43 -08:00

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