deepsea ca9f471156 first commit | hace 1 año | |
---|---|---|
.. | ||
.idea | hace 1 año | |
test | hace 1 año | |
.zuul.yml | hace 1 año | |
LICENSE | hace 1 año | |
Makefile | hace 1 año | |
README.md | hace 1 año | |
component.json | hace 1 año | |
index.js | hace 1 año | |
package.json | hace 1 año |
A cross-browser Blob
that falls back to BlobBuilder
when appropriate.
If neither is available, it exports undefined
.
$ npm install blob
var Blob = require('blob');
var b = new Blob(['hi', 'constructing', 'a', 'blob']);
MIT