armansansd 3424b1927b first commit hace 2 años
..
.idea 3424b1927b first commit hace 2 años
test 3424b1927b first commit hace 2 años
.zuul.yml 3424b1927b first commit hace 2 años
LICENSE 3424b1927b first commit hace 2 años
Makefile 3424b1927b first commit hace 2 años
README.md 3424b1927b first commit hace 2 años
component.json 3424b1927b first commit hace 2 años
index.js 3424b1927b first commit hace 2 años
package.json 3424b1927b first commit hace 2 años

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