Glad to see more JS support added, including setTimeout. One thing I'm confused about though, is how does Prince decide when to stop JS execution and process the page?
In other words, if I'm running some async code which may continue after onload, is there a way to tell Prince to wait? Or does it keep track of setTimeout/setInterval and wait for them all to finish?
In other words, if I'm running some async code which may continue after onload, is there a way to tell Prince to wait? Or does it keep track of setTimeout/setInterval and wait for them all to finish?