lucaconte 7cc26e831d presentations 6 лет назад
..
test 7cc26e831d presentations 6 лет назад
.npmignore 7cc26e831d presentations 6 лет назад
.zuul.yml 7cc26e831d presentations 6 лет назад
Makefile 7cc26e831d presentations 6 лет назад
README.md 7cc26e831d presentations 6 лет назад
index.js 7cc26e831d presentations 6 лет назад
package.json 7cc26e831d presentations 6 лет назад

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