kiruthiga 55473b7e7c initial push 5 dagen geleden
..
.idea 55473b7e7c initial push 5 dagen geleden
test 55473b7e7c initial push 5 dagen geleden
.zuul.yml 55473b7e7c initial push 5 dagen geleden
LICENSE 55473b7e7c initial push 5 dagen geleden
Makefile 55473b7e7c initial push 5 dagen geleden
README.md 55473b7e7c initial push 5 dagen geleden
component.json 55473b7e7c initial push 5 dagen geleden
index.js 55473b7e7c initial push 5 dagen geleden
package.json 55473b7e7c initial push 5 dagen geleden

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