NewsBlur-viq/node/node_modules/blob
2020-06-15 18:39:00 -04:00
..
.idea
test
.zuul.yml
component.json
index.js
LICENSE
Makefile
package.json Updating node dependencies. 2020-06-15 18:39:00 -04:00
README.md

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