kiruthiga 55473b7e7c initial push 5 روز پیش
..
.idea 55473b7e7c initial push 5 روز پیش
test 55473b7e7c initial push 5 روز پیش
.zuul.yml 55473b7e7c initial push 5 روز پیش
LICENSE 55473b7e7c initial push 5 روز پیش
Makefile 55473b7e7c initial push 5 روز پیش
README.md 55473b7e7c initial push 5 روز پیش
component.json 55473b7e7c initial push 5 روز پیش
index.js 55473b7e7c initial push 5 روز پیش
package.json 55473b7e7c initial push 5 روز پیش

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