kiruthiga 55473b7e7c initial push 5 gün önce
..
.idea 55473b7e7c initial push 5 gün önce
test 55473b7e7c initial push 5 gün önce
.zuul.yml 55473b7e7c initial push 5 gün önce
LICENSE 55473b7e7c initial push 5 gün önce
Makefile 55473b7e7c initial push 5 gün önce
README.md 55473b7e7c initial push 5 gün önce
component.json 55473b7e7c initial push 5 gün önce
index.js 55473b7e7c initial push 5 gün önce
package.json 55473b7e7c initial push 5 gün önce

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