吕君喜 406d880ac6 first | 3 years ago | |
---|---|---|
.. | ||
.idea | 3 years ago | |
test | 3 years ago | |
.zuul.yml | 3 years ago | |
LICENSE | 3 years ago | |
Makefile | 3 years ago | |
README.md | 3 years ago | |
component.json | 3 years ago | |
index.js | 3 years ago | |
package.json | 3 years 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