deepsea ca9f471156 first commit 1 år sedan
..
.idea ca9f471156 first commit 1 år sedan
test ca9f471156 first commit 1 år sedan
.zuul.yml ca9f471156 first commit 1 år sedan
LICENSE ca9f471156 first commit 1 år sedan
Makefile ca9f471156 first commit 1 år sedan
README.md ca9f471156 first commit 1 år sedan
component.json ca9f471156 first commit 1 år sedan
index.js ca9f471156 first commit 1 år sedan
package.json ca9f471156 first commit 1 år sedan

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