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

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