Feature/request manager make requests abortable (#316)
* Make requests abortable * Make requests abortable - Fix usage
This commit is contained in:
@@ -85,7 +85,7 @@ const DownloadQueue: React.FC = () => {
|
||||
return;
|
||||
}
|
||||
|
||||
requestManager.startDownloads().catch(() => {});
|
||||
requestManager.startDownloads().response.catch(() => {});
|
||||
};
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user