huanggang 03a863fb53 add node_modules %!s(int64=7) %!d(string=hai) anos
..
test 03a863fb53 add node_modules %!s(int64=7) %!d(string=hai) anos
.npmignore 03a863fb53 add node_modules %!s(int64=7) %!d(string=hai) anos
.zuul.yml 03a863fb53 add node_modules %!s(int64=7) %!d(string=hai) anos
Makefile 03a863fb53 add node_modules %!s(int64=7) %!d(string=hai) anos
README.md 03a863fb53 add node_modules %!s(int64=7) %!d(string=hai) anos
index.js 03a863fb53 add node_modules %!s(int64=7) %!d(string=hai) anos
package.json 03a863fb53 add node_modules %!s(int64=7) %!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