deepsea ca9f471156 first commit 1 년 전
..
.idea ca9f471156 first commit 1 년 전
test ca9f471156 first commit 1 년 전
.zuul.yml ca9f471156 first commit 1 년 전
LICENSE ca9f471156 first commit 1 년 전
Makefile ca9f471156 first commit 1 년 전
README.md ca9f471156 first commit 1 년 전
component.json ca9f471156 first commit 1 년 전
index.js ca9f471156 first commit 1 년 전
package.json ca9f471156 first commit 1 년 전

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