urbanu619 e168f54beb first commit il y a 7 mois
..
test e168f54beb first commit il y a 7 mois
.zuul.yml e168f54beb first commit il y a 7 mois
LICENSE e168f54beb first commit il y a 7 mois
Makefile e168f54beb first commit il y a 7 mois
README.md e168f54beb first commit il y a 7 mois
component.json e168f54beb first commit il y a 7 mois
index.js e168f54beb first commit il y a 7 mois
package.json e168f54beb first commit il y a 7 mois

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