YOU GUESS b00a6156a8 代码上传 1 gadu atpakaļ
..
.idea b00a6156a8 代码上传 1 gadu atpakaļ
test b00a6156a8 代码上传 1 gadu atpakaļ
.zuul.yml b00a6156a8 代码上传 1 gadu atpakaļ
LICENSE b00a6156a8 代码上传 1 gadu atpakaļ
Makefile b00a6156a8 代码上传 1 gadu atpakaļ
README.md b00a6156a8 代码上传 1 gadu atpakaļ
component.json b00a6156a8 代码上传 1 gadu atpakaļ
index.js b00a6156a8 代码上传 1 gadu atpakaļ
package.json b00a6156a8 代码上传 1 gadu atpakaļ

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