|
|
il y a 11 mois | |
|---|---|---|
| .. | ||
| test | il y a 11 mois | |
| .npmignore | il y a 11 mois | |
| .zuul.yml | il y a 11 mois | |
| Makefile | il y a 11 mois | |
| README.md | il y a 11 mois | |
| index.js | il y a 11 mois | |
| package.json | il y a 11 mois | |
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