%PDF- %PDF-
Direktori : /home/vacivi36/intranet.vacivitta.com.br/protected/vendor/npm-asset/blob/ |
Current File : /home/vacivi36/intranet.vacivitta.com.br/protected/vendor/npm-asset/blob/README.md |
# Blob A cross-browser `Blob` that falls back to `BlobBuilder` when appropriate. If neither is available, it exports `undefined`. ## Installation ``` bash $ npm install blob ``` ## Example ``` js var Blob = require('blob'); var b = new Blob(['hi', 'constructing', 'a', 'blob']); ``` ## License MIT