idoctnef 52b63ee33a | 8 years ago | |
---|---|---|
.. | ||
test | 8 years ago | |
.npmignore | 8 years ago | |
.zuul.yml | 8 years ago | |
Makefile | 8 years ago | |
README.md | 8 years ago | |
index.js | 8 years ago | |
package.json | 8 years ago |
A module that exports a constructor that uses window.Blob when available, and a BlobBuilder with any vendor prefix in other cases. If neither is available, it exports undefined.
Usage:
var Blob = require('blob');
var b = new Blob(['hi', 'constructing', 'a', 'blob']);