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

3 lines
175 B
JavaScript
Raw Normal View History

2024-11-06 03:40:07 +00:00
export const ERROR_RESPONSE_BODY_READER = new Error("failed to get response body reader");
export const ERROR_INCOMPLETED_DOWNLOAD = new Error("failed to complete download");