lucaconte 7cc26e831d presentations %!s(int64=6) %!d(string=hai) anos
..
test 7cc26e831d presentations %!s(int64=6) %!d(string=hai) anos
.npmignore 7cc26e831d presentations %!s(int64=6) %!d(string=hai) anos
.zuul.yml 7cc26e831d presentations %!s(int64=6) %!d(string=hai) anos
Makefile 7cc26e831d presentations %!s(int64=6) %!d(string=hai) anos
README.md 7cc26e831d presentations %!s(int64=6) %!d(string=hai) anos
index.js 7cc26e831d presentations %!s(int64=6) %!d(string=hai) anos
package.json 7cc26e831d presentations %!s(int64=6) %!d(string=hai) anos

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