Read Only - This flag is set to True before the OnPageComplete event is fired.
Visual Basic |
---|
Public Property PageLoaded As Boolean |
Returns True is all Frames of the Browser have document.readyState = "complete".
Returns True is all Frames of the Browser have document.readyState = "complete".
Internally this property is using a latch to record if the condition above is met. This means that while a page is not loaded, WebKitX will perform IPC calls to CEF3 sub-process to examine the loading state of the page. If a call returns true, then the property will rest a latch and avoid performing any further calls.