armansansd 3424b1927b first commit %!s(int64=2) %!d(string=hai) anos
..
.idea 3424b1927b first commit %!s(int64=2) %!d(string=hai) anos
test 3424b1927b first commit %!s(int64=2) %!d(string=hai) anos
.zuul.yml 3424b1927b first commit %!s(int64=2) %!d(string=hai) anos
LICENSE 3424b1927b first commit %!s(int64=2) %!d(string=hai) anos
Makefile 3424b1927b first commit %!s(int64=2) %!d(string=hai) anos
README.md 3424b1927b first commit %!s(int64=2) %!d(string=hai) anos
component.json 3424b1927b first commit %!s(int64=2) %!d(string=hai) anos
index.js 3424b1927b first commit %!s(int64=2) %!d(string=hai) anos
package.json 3424b1927b first commit %!s(int64=2) %!d(string=hai) anos

README.md

Blob

A cross-browser Blob that falls back to BlobBuilder when appropriate. If neither is available, it exports undefined.

Installation

$ npm install blob

Example

var Blob = require('blob');
var b = new Blob(['hi', 'constructing', 'a', 'blob']);

License

MIT