LoadEvent
Description:
[ CCode ( cprefix = "WEBKIT_LOAD_" , type_id = "webkit_load_event_get_type ()" ) ]
public enum LoadEvent
Enum values used to denote the different events that happen during a WebView load
operation.
Content:
Enum values:
- COMMITTED - The content started arriving
for a page load.
- FINISHED - Load completed.
- REDIRECTED - A provisional data source
received a server redirect.
- STARTED - A new load request has been
made.