BiFace_Server_Config_API/node_modules/blob/README.md
2020-05-22 14:53:57 +07:00

305 B

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