|
před 5 roky | |
---|---|---|
.. | ||
test | před 5 roky | |
.npmignore | před 5 roky | |
.zuul.yml | před 5 roky | |
Makefile | před 5 roky | |
README.md | před 5 roky | |
index.js | před 5 roky | |
package.json | před 5 roky |
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']);
MIT