-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
4.6.2
-
None
-
84d278501a19eaccf9a77cccd95ca5d17a2dcd2b
In the description of void QWebPage::loadFinished ( bool ok ) signal one can read
"This signal is emitted when a load of the page is finished."
There is no information on what it actually means that "a load of the page is finished".
Is it finished when html is loaded, or html+css, or html+css+js, or html+css+js+images or all resources?
Does it take into consideration building the DOM?