Vinícius Ernani 896a53ebaa Create the frontend hace 6 años
..
.idea 896a53ebaa Create the frontend hace 6 años
test 896a53ebaa Create the frontend hace 6 años
.zuul.yml 896a53ebaa Create the frontend hace 6 años
LICENSE 896a53ebaa Create the frontend hace 6 años
Makefile 896a53ebaa Create the frontend hace 6 años
README.md 896a53ebaa Create the frontend hace 6 años
component.json 896a53ebaa Create the frontend hace 6 años
index.js 896a53ebaa Create the frontend hace 6 años
package.json 896a53ebaa Create the frontend hace 6 años

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