pdfdraw/server/node_modules/blob
szaimen e33f27b5a4 also commit the npm_modules and package-lock.json
Signed-off-by: szaimen <szaimen@e.mail.de>
2021-03-04 12:25:14 +01:00
..
.idea also commit the npm_modules and package-lock.json 2021-03-04 12:25:14 +01:00
test also commit the npm_modules and package-lock.json 2021-03-04 12:25:14 +01:00
.zuul.yml also commit the npm_modules and package-lock.json 2021-03-04 12:25:14 +01:00
component.json also commit the npm_modules and package-lock.json 2021-03-04 12:25:14 +01:00
index.js also commit the npm_modules and package-lock.json 2021-03-04 12:25:14 +01:00
LICENSE also commit the npm_modules and package-lock.json 2021-03-04 12:25:14 +01:00
Makefile also commit the npm_modules and package-lock.json 2021-03-04 12:25:14 +01:00
package.json also commit the npm_modules and package-lock.json 2021-03-04 12:25:14 +01:00
README.md also commit the npm_modules and package-lock.json 2021-03-04 12:25:14 +01: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