pixelnode/node_modules/blob
clerie 49686db41d Node.js initialisiert 2018-04-03 11:42:35 +02:00
..
test Node.js initialisiert 2018-04-03 11:42:35 +02:00
.npmignore Node.js initialisiert 2018-04-03 11:42:35 +02:00
.zuul.yml Node.js initialisiert 2018-04-03 11:42:35 +02:00
Makefile Node.js initialisiert 2018-04-03 11:42:35 +02:00
README.md Node.js initialisiert 2018-04-03 11:42:35 +02:00
index.js Node.js initialisiert 2018-04-03 11:42:35 +02:00
package.json Node.js initialisiert 2018-04-03 11:42:35 +02:00

README.md

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