選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
rpm-mcarman b9f7ec4306 First Commit 4年前
..
.idea First Commit 4年前
test First Commit 4年前
.zuul.yml First Commit 4年前
LICENSE First Commit 4年前
Makefile First Commit 4年前
README.md First Commit 4年前
component.json First Commit 4年前
index.js First Commit 4年前
package.json First Commit 4年前

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