Name Last Update
..
test Loading commit data...
.npmignore Loading commit data...
.zuul.yml Loading commit data...
Makefile Loading commit data...
README.md Loading commit data...
index.js Loading commit data...
package.json Loading commit data...

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