Vinícius Ernani 896a53ebaa Create the frontend 6 лет назад
..
.idea 896a53ebaa Create the frontend 6 лет назад
test 896a53ebaa Create the frontend 6 лет назад
.zuul.yml 896a53ebaa Create the frontend 6 лет назад
LICENSE 896a53ebaa Create the frontend 6 лет назад
Makefile 896a53ebaa Create the frontend 6 лет назад
README.md 896a53ebaa Create the frontend 6 лет назад
component.json 896a53ebaa Create the frontend 6 лет назад
index.js 896a53ebaa Create the frontend 6 лет назад
package.json 896a53ebaa Create the frontend 6 лет назад

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