tree: baf2a31714dcca3c1ac76d4fac12d52e45559c2e [path history] [tgz]
  1. test/
  2. .zuul.yml
  3. component.json
  4. index.js
  5. LICENSE
  6. Makefile
  7. package.json
  8. README.md
src/third_party/devtools/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