frappe_docker/frappe-bench/node_modules/blob
2017-07-31 15:51:51 +05:30
..
test Final docker setup 2017-07-31 15:51:51 +05:30
.npmignore Final docker setup 2017-07-31 15:51:51 +05:30
.zuul.yml Final docker setup 2017-07-31 15:51:51 +05:30
index.js Final docker setup 2017-07-31 15:51:51 +05:30
Makefile Final docker setup 2017-07-31 15:51:51 +05:30
package.json Final docker setup 2017-07-31 15:51:51 +05:30
README.md Final docker setup 2017-07-31 15:51:51 +05:30

Blob

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']);

Licence

MIT