XuelesszzZ 94af2b8e7b 6-30-5 před 1 rokem
..
.idea 94af2b8e7b 6-30-5 před 1 rokem
test 94af2b8e7b 6-30-5 před 1 rokem
.zuul.yml 94af2b8e7b 6-30-5 před 1 rokem
LICENSE 94af2b8e7b 6-30-5 před 1 rokem
Makefile 94af2b8e7b 6-30-5 před 1 rokem
README.md 94af2b8e7b 6-30-5 před 1 rokem
component.json 94af2b8e7b 6-30-5 před 1 rokem
index.js 94af2b8e7b 6-30-5 před 1 rokem
package.json 94af2b8e7b 6-30-5 před 1 rokem

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