Webbserverprogrammering 1

Show sourcecode

The following files exists in this folder. Click to view.

Webserver1/Ovningar/Slutprojekt/node_modules/@ffmpeg/util/dist/cjs/

const.d.ts
const.js
errors.d.ts
errors.js
index.d.ts
index.js
types.d.ts
types.js

errors.js

6 lines ASCII Unix (LF)
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ERROR_INCOMPLETED_DOWNLOAD = exports.ERROR_RESPONSE_BODY_READER = void 0;
exports.ERROR_RESPONSE_BODY_READER = new Error("failed to get response body reader");
exports.ERROR_INCOMPLETED_DOWNLOAD = new Error("failed to complete download");