|
8 months ago | |
---|---|---|
.. | ||
test | 8 months ago | |
.zuul.yml | 8 months ago | |
LICENSE | 8 months ago | |
Makefile | 8 months ago | |
README.md | 8 months ago | |
component.json | 8 months ago | |
index.js | 8 months ago | |
package.json | 8 months ago |
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