NewsBlur-viq/node/node_modules/blob
2020-06-15 18:39:00 -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 Updating node dependencies. 2020-06-15 18:39:00 -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