urbanu619 e168f54beb first commit 10 mesiacov pred
..
test e168f54beb first commit 10 mesiacov pred
.zuul.yml e168f54beb first commit 10 mesiacov pred
LICENSE e168f54beb first commit 10 mesiacov pred
Makefile e168f54beb first commit 10 mesiacov pred
README.md e168f54beb first commit 10 mesiacov pred
component.json e168f54beb first commit 10 mesiacov pred
index.js e168f54beb first commit 10 mesiacov pred
package.json e168f54beb first commit 10 mesiacov pred

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