|
|
пре 11 месеци | |
|---|---|---|
| .. | ||
| test | пре 11 месеци | |
| .npmignore | пре 11 месеци | |
| .zuul.yml | пре 11 месеци | |
| Makefile | пре 11 месеци | |
| README.md | пре 11 месеци | |
| index.js | пре 11 месеци | |
| package.json | пре 11 месеци | |
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