urbanu619 e168f54beb first commit 7 ヶ月 前
..
test e168f54beb first commit 7 ヶ月 前
.zuul.yml e168f54beb first commit 7 ヶ月 前
LICENSE e168f54beb first commit 7 ヶ月 前
Makefile e168f54beb first commit 7 ヶ月 前
README.md e168f54beb first commit 7 ヶ月 前
component.json e168f54beb first commit 7 ヶ月 前
index.js e168f54beb first commit 7 ヶ月 前
package.json e168f54beb first commit 7 ヶ月 前

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