Page 1 of 1

Determining the end of the render on the page

PostPosted: Sat Jun 04, 2022 4:26 am
by Staxcelrom
Hello,

Can you please tell me, if it is possible in CEF to somehow determine the completion of the render on the page?

I mean, for example - I load a page at some URL and this page has a graph that the browser draws based on the data received.

And the question is, is it possible to somehow understand that the browser has completed drawing / rendering this graph on the screen?

Re: Determining the end of the render on the page

PostPosted: Sat Jun 04, 2022 4:45 am
by magreenblatt
The only reliable way to know when async loading has completed is by having the page contents notify you via (for example) a JavaScript callback.