XuelesszzZ 94af2b8e7b 6-30-5 | hai 1 ano | |
---|---|---|
.. | ||
.idea | hai 1 ano | |
test | hai 1 ano | |
.zuul.yml | hai 1 ano | |
LICENSE | hai 1 ano | |
Makefile | hai 1 ano | |
README.md | hai 1 ano | |
component.json | hai 1 ano | |
index.js | hai 1 ano | |
package.json | hai 1 ano |
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