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

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