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

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