armansansd 3424b1927b first commit 2 سال پیش
..
.idea 3424b1927b first commit 2 سال پیش
test 3424b1927b first commit 2 سال پیش
.zuul.yml 3424b1927b first commit 2 سال پیش
LICENSE 3424b1927b first commit 2 سال پیش
Makefile 3424b1927b first commit 2 سال پیش
README.md 3424b1927b first commit 2 سال پیش
component.json 3424b1927b first commit 2 سال پیش
index.js 3424b1927b first commit 2 سال پیش
package.json 3424b1927b first commit 2 سال پیش

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