Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
rpm-mcarman b9f7ec4306 First Commit há 3 anos
..
.idea First Commit há 3 anos
test First Commit há 3 anos
.zuul.yml First Commit há 3 anos
LICENSE First Commit há 3 anos
Makefile First Commit há 3 anos
README.md First Commit há 3 anos
component.json First Commit há 3 anos
index.js First Commit há 3 anos
package.json First Commit há 3 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