urbanu619 e168f54beb first commit 10 сар өмнө
..
test e168f54beb first commit 10 сар өмнө
.zuul.yml e168f54beb first commit 10 сар өмнө
LICENSE e168f54beb first commit 10 сар өмнө
Makefile e168f54beb first commit 10 сар өмнө
README.md e168f54beb first commit 10 сар өмнө
component.json e168f54beb first commit 10 сар өмнө
index.js e168f54beb first commit 10 сар өмнө
package.json e168f54beb first commit 10 сар өмнө

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