25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
rpm-mcarman b9f7ec4306 First Commit 3 yıl önce
..
.idea First Commit 3 yıl önce
test First Commit 3 yıl önce
.zuul.yml First Commit 3 yıl önce
LICENSE First Commit 3 yıl önce
Makefile First Commit 3 yıl önce
README.md First Commit 3 yıl önce
component.json First Commit 3 yıl önce
index.js First Commit 3 yıl önce
package.json First Commit 3 yıl ö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