urbanu619 e168f54beb first commit 7 ay önce
..
test e168f54beb first commit 7 ay önce
.zuul.yml e168f54beb first commit 7 ay önce
LICENSE e168f54beb first commit 7 ay önce
Makefile e168f54beb first commit 7 ay önce
README.md e168f54beb first commit 7 ay önce
component.json e168f54beb first commit 7 ay önce
index.js e168f54beb first commit 7 ay önce
package.json e168f54beb first commit 7 ay önce

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