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