YOU GUESS b00a6156a8 代码上传 пре 1 година
..
.idea b00a6156a8 代码上传 пре 1 година
test b00a6156a8 代码上传 пре 1 година
.zuul.yml b00a6156a8 代码上传 пре 1 година
LICENSE b00a6156a8 代码上传 пре 1 година
Makefile b00a6156a8 代码上传 пре 1 година
README.md b00a6156a8 代码上传 пре 1 година
component.json b00a6156a8 代码上传 пре 1 година
index.js b00a6156a8 代码上传 пре 1 година
package.json b00a6156a8 代码上传 пре 1 година

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