NewsBlur/node/node_modules/blob
2019-04-13 16:45:13 -04:00
..
.idea Upgrading node and npm as well as all packages. 2019-04-13 14:44:10 -04:00
test Upgrading node and npm as well as all packages. 2019-04-13 14:44:10 -04:00
.zuul.yml Upgrading node and npm as well as all packages. 2019-04-13 14:44:10 -04:00
component.json Upgrading node and npm as well as all packages. 2019-04-13 14:44:10 -04:00
index.js Upgrading node and npm as well as all packages. 2019-04-13 14:44:10 -04:00
LICENSE Upgrading node and npm as well as all packages. 2019-04-13 14:44:10 -04:00
Makefile Upgrading node and npm as well as all packages. 2019-04-13 14:44:10 -04:00
package.json Upgrading node_modules 2019-04-13 16:45:13 -04:00
README.md Upgrading node and npm as well as all packages. 2019-04-13 14:44:10 -04: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