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