XuelesszzZ 94af2b8e7b 6-30-5 il y a 1 an
..
.idea 94af2b8e7b 6-30-5 il y a 1 an
test 94af2b8e7b 6-30-5 il y a 1 an
.zuul.yml 94af2b8e7b 6-30-5 il y a 1 an
LICENSE 94af2b8e7b 6-30-5 il y a 1 an
Makefile 94af2b8e7b 6-30-5 il y a 1 an
README.md 94af2b8e7b 6-30-5 il y a 1 an
component.json 94af2b8e7b 6-30-5 il y a 1 an
index.js 94af2b8e7b 6-30-5 il y a 1 an
package.json 94af2b8e7b 6-30-5 il y a 1 an

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