BiFace_Server_Config_API/node_modules/blob
2020-05-22 14:53:57 +07:00
..
.idea init 2020-05-22 14:53:57 +07:00
test init 2020-05-22 14:53:57 +07:00
.zuul.yml init 2020-05-22 14:53:57 +07:00
component.json init 2020-05-22 14:53:57 +07:00
index.js init 2020-05-22 14:53:57 +07:00
LICENSE init 2020-05-22 14:53:57 +07:00
Makefile init 2020-05-22 14:53:57 +07:00
package.json init 2020-05-22 14:53:57 +07:00
README.md init 2020-05-22 14:53:57 +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