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

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