deepsea ca9f471156 first commit 1 éve
..
.idea ca9f471156 first commit 1 éve
test ca9f471156 first commit 1 éve
.zuul.yml ca9f471156 first commit 1 éve
LICENSE ca9f471156 first commit 1 éve
Makefile ca9f471156 first commit 1 éve
README.md ca9f471156 first commit 1 éve
component.json ca9f471156 first commit 1 éve
index.js ca9f471156 first commit 1 éve
package.json ca9f471156 first commit 1 éve

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