urbanu619 e168f54beb first commit 7 months ago
..
test e168f54beb first commit 7 months ago
.zuul.yml e168f54beb first commit 7 months ago
LICENSE e168f54beb first commit 7 months ago
Makefile e168f54beb first commit 7 months ago
README.md e168f54beb first commit 7 months ago
component.json e168f54beb first commit 7 months ago
index.js e168f54beb first commit 7 months ago
package.json e168f54beb first commit 7 months ago

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