urbanu619 e168f54beb first commit 11 hónapja
..
test e168f54beb first commit 11 hónapja
.zuul.yml e168f54beb first commit 11 hónapja
LICENSE e168f54beb first commit 11 hónapja
Makefile e168f54beb first commit 11 hónapja
README.md e168f54beb first commit 11 hónapja
component.json e168f54beb first commit 11 hónapja
index.js e168f54beb first commit 11 hónapja
package.json e168f54beb first commit 11 hónapja

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