kiruthiga 55473b7e7c initial push il y a 5 jours
..
.idea 55473b7e7c initial push il y a 5 jours
test 55473b7e7c initial push il y a 5 jours
.zuul.yml 55473b7e7c initial push il y a 5 jours
LICENSE 55473b7e7c initial push il y a 5 jours
Makefile 55473b7e7c initial push il y a 5 jours
README.md 55473b7e7c initial push il y a 5 jours
component.json 55473b7e7c initial push il y a 5 jours
index.js 55473b7e7c initial push il y a 5 jours
package.json 55473b7e7c initial push il y a 5 jours

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