urbanu619 e168f54beb first commit 10 luni în urmă
..
test e168f54beb first commit 10 luni în urmă
.zuul.yml e168f54beb first commit 10 luni în urmă
LICENSE e168f54beb first commit 10 luni în urmă
Makefile e168f54beb first commit 10 luni în urmă
README.md e168f54beb first commit 10 luni în urmă
component.json e168f54beb first commit 10 luni în urmă
index.js e168f54beb first commit 10 luni în urmă
package.json e168f54beb first commit 10 luni în urmă

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