improved error handling

This commit is contained in:
Alex
2019-12-06 16:30:07 +02:00
parent 91cee0339a
commit 3cf7d25f4c
3 changed files with 27 additions and 14 deletions

View File

@@ -14,6 +14,7 @@ interface Download {
title: string;
url: string,
status: string;
msg: string;
percent: number;
speed: number;
eta: number;