open-embodied fa48161c03 gcc пре 6 месеци
..
.idea fa48161c03 gcc пре 6 месеци
test fa48161c03 gcc пре 6 месеци
.zuul.yml fa48161c03 gcc пре 6 месеци
LICENSE fa48161c03 gcc пре 6 месеци
Makefile fa48161c03 gcc пре 6 месеци
README.md fa48161c03 gcc пре 6 месеци
component.json fa48161c03 gcc пре 6 месеци
index.js fa48161c03 gcc пре 6 месеци
package.json fa48161c03 gcc пре 6 месеци

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