urbanu619 e168f54beb first commit hai 10 meses
..
test e168f54beb first commit hai 10 meses
.zuul.yml e168f54beb first commit hai 10 meses
LICENSE e168f54beb first commit hai 10 meses
Makefile e168f54beb first commit hai 10 meses
README.md e168f54beb first commit hai 10 meses
component.json e168f54beb first commit hai 10 meses
index.js e168f54beb first commit hai 10 meses
package.json e168f54beb first commit hai 10 meses

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