urbanu619 e168f54beb first commit пре 7 месеци
..
test e168f54beb first commit пре 7 месеци
.zuul.yml e168f54beb first commit пре 7 месеци
LICENSE e168f54beb first commit пре 7 месеци
Makefile e168f54beb first commit пре 7 месеци
README.md e168f54beb first commit пре 7 месеци
component.json e168f54beb first commit пре 7 месеци
index.js e168f54beb first commit пре 7 месеци
package.json e168f54beb first commit пре 7 месеци

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