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

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