open-embodied fa48161c03 gcc hace 6 meses
..
.idea fa48161c03 gcc hace 6 meses
test fa48161c03 gcc hace 6 meses
.zuul.yml fa48161c03 gcc hace 6 meses
LICENSE fa48161c03 gcc hace 6 meses
Makefile fa48161c03 gcc hace 6 meses
README.md fa48161c03 gcc hace 6 meses
component.json fa48161c03 gcc hace 6 meses
index.js fa48161c03 gcc hace 6 meses
package.json fa48161c03 gcc hace 6 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