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

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