XuelesszzZ 94af2b8e7b 6-30-5 1 vuosi sitten
..
.idea 94af2b8e7b 6-30-5 1 vuosi sitten
test 94af2b8e7b 6-30-5 1 vuosi sitten
.zuul.yml 94af2b8e7b 6-30-5 1 vuosi sitten
LICENSE 94af2b8e7b 6-30-5 1 vuosi sitten
Makefile 94af2b8e7b 6-30-5 1 vuosi sitten
README.md 94af2b8e7b 6-30-5 1 vuosi sitten
component.json 94af2b8e7b 6-30-5 1 vuosi sitten
index.js 94af2b8e7b 6-30-5 1 vuosi sitten
package.json 94af2b8e7b 6-30-5 1 vuosi sitten

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