Add progress bar for pad download

This commit is contained in:
ClemDee
2019-08-14 15:42:32 +02:00
parent 2ee3b77a43
commit f017215300
3 changed files with 16 additions and 5 deletions

View File

@@ -880,7 +880,12 @@ define([
error: err,
data: val
});
}, data.opts);
}, data.opts, function (progress) {
sframeChan.event("EV_CRYPTGET_PROGRESS", {
hash: data.hash,
progress: progress,
});
});
};
//return void todo();
if (i > 30) {