update
This commit is contained in:
parent
77209ee784
commit
f3dfe01afc
1 changed files with 4 additions and 0 deletions
|
@ -9,6 +9,10 @@ each time. Updating the DOM instead from javascript would avoid that;
|
||||||
the webapp just needs to send the javascript either a full `<div>` or a
|
the webapp just needs to send the javascript either a full `<div>` or a
|
||||||
changed percentage and quantity complete to update a single progress bar.
|
changed percentage and quantity complete to update a single progress bar.
|
||||||
|
|
||||||
|
(Another reason to do this is it'll cut down on the refreshes, which
|
||||||
|
sometimes make browsers ignore clicks on UI elements like the pause button,
|
||||||
|
if the transfer display refreshes just as the click is made.)
|
||||||
|
|
||||||
## other features
|
## other features
|
||||||
|
|
||||||
* there could be a UI to export a file, which would make it be served up
|
* there could be a UI to export a file, which would make it be served up
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue