tree: 50283b13b912bb1f4808591378d97e3b0cf7a9d2 [path history] [tgz]
  1. .zuul.yml
  2. component.json
  3. index.js
  4. LICENSE
  5. Makefile
  6. package.json
  7. README.md
node_modules/blob/README.md

Blob

A cross-browser Blob that falls back to BlobBuilder when appropriate. If neither is available, it exports undefined.

Installation

$ npm install blob

Example

var Blob = require('blob');
var b = new Blob(['hi', 'constructing', 'a', 'blob']);

License

MIT