7 lines
183 B
TypeScript
Executable File
7 lines
183 B
TypeScript
Executable File
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"
|
|
);
|