tree: 765ced69c421508cbcffb67abc20bdd922819d92 [path history] [tgz]
  1. .idea/
  2. test/
  3. .zuul.yml
  4. component.json
  5. index.js
  6. LICENSE
  7. Makefile
  8. package.json
  9. README.md
src/cobalt/debug/remote/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