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

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