Setup_bitable/monitor/setup/node_client/node_modules/blob
2021-01-25 11:11:38 +07:00
..
.idea Add pm2 bitable pro 2021-01-25 11:11:38 +07:00
test Add pm2 bitable pro 2021-01-25 11:11:38 +07:00
.zuul.yml Add pm2 bitable pro 2021-01-25 11:11:38 +07:00
component.json Add pm2 bitable pro 2021-01-25 11:11:38 +07:00
index.js Add pm2 bitable pro 2021-01-25 11:11:38 +07:00
LICENSE Add pm2 bitable pro 2021-01-25 11:11:38 +07:00
Makefile Add pm2 bitable pro 2021-01-25 11:11:38 +07:00
package.json Add pm2 bitable pro 2021-01-25 11:11:38 +07:00
README.md Add pm2 bitable pro 2021-01-25 11:11:38 +07:00

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