lucaconte 7cc26e831d presentations 6 anni fa
..
test 7cc26e831d presentations 6 anni fa
.npmignore 7cc26e831d presentations 6 anni fa
.zuul.yml 7cc26e831d presentations 6 anni fa
Makefile 7cc26e831d presentations 6 anni fa
README.md 7cc26e831d presentations 6 anni fa
index.js 7cc26e831d presentations 6 anni fa
package.json 7cc26e831d presentations 6 anni fa

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