kiruthiga 55473b7e7c initial push 5 päivää sitten
..
.idea 55473b7e7c initial push 5 päivää sitten
test 55473b7e7c initial push 5 päivää sitten
.zuul.yml 55473b7e7c initial push 5 päivää sitten
LICENSE 55473b7e7c initial push 5 päivää sitten
Makefile 55473b7e7c initial push 5 päivää sitten
README.md 55473b7e7c initial push 5 päivää sitten
component.json 55473b7e7c initial push 5 päivää sitten
index.js 55473b7e7c initial push 5 päivää sitten
package.json 55473b7e7c initial push 5 päivää sitten

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