libwebp-compress/node_modules/@ffmpeg/util/dist/cjs/errors.js

6 lines
324 B
JavaScript
Raw Normal View History

2024-11-06 03:40:07 +00:00
"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");