lucaconte 7cc26e831d presentations há 6 anos atrás
..
test 7cc26e831d presentations há 6 anos atrás
.npmignore 7cc26e831d presentations há 6 anos atrás
.zuul.yml 7cc26e831d presentations há 6 anos atrás
Makefile 7cc26e831d presentations há 6 anos atrás
README.md 7cc26e831d presentations há 6 anos atrás
index.js 7cc26e831d presentations há 6 anos atrás
package.json 7cc26e831d presentations há 6 anos atrás

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