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