mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 14:13:29 +00:00
Add status handler function
This commit is contained in:
@@ -274,6 +274,9 @@ else {
|
||||
({ done, value } = await reader.read());
|
||||
}
|
||||
};
|
||||
if (typeof fn_logviewer_progress_status === 'function') {
|
||||
fn_logviewer_progress_status(response);
|
||||
}
|
||||
fn_logviewer_progress_abort = function () {
|
||||
logviewer_progress_abort.abort();
|
||||
fn_logviewer_progress_abort = null;
|
||||
|
||||
Reference in New Issue
Block a user