I have a function that's designed to parse a 20MB XML file. It works well, but I'd like to give some progress indication during the minute or so it takes.
This, however, doesn't work:
(pauseJS stands in for the processing)
The progress bar would only update once processing is done, not during.
I saw a [similar question][1], but setTimeout doesn't seem to help in this scenario.
[1]: https://stackoverflow.com/questions/2795517/force-element-innerhtml-update-before-javascript-sort-call
以上就是Javascript: how to update page before onClick is complete?的详细内容,更多请关注web前端其它相关文章!