Vinícius Ernani 896a53ebaa Create the frontend %!s(int64=6) %!d(string=hai) anos
..
.idea 896a53ebaa Create the frontend %!s(int64=6) %!d(string=hai) anos
test 896a53ebaa Create the frontend %!s(int64=6) %!d(string=hai) anos
.zuul.yml 896a53ebaa Create the frontend %!s(int64=6) %!d(string=hai) anos
LICENSE 896a53ebaa Create the frontend %!s(int64=6) %!d(string=hai) anos
Makefile 896a53ebaa Create the frontend %!s(int64=6) %!d(string=hai) anos
README.md 896a53ebaa Create the frontend %!s(int64=6) %!d(string=hai) anos
component.json 896a53ebaa Create the frontend %!s(int64=6) %!d(string=hai) anos
index.js 896a53ebaa Create the frontend %!s(int64=6) %!d(string=hai) anos
package.json 896a53ebaa Create the frontend %!s(int64=6) %!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