Interface LoadProgressChanged
- All Superinterfaces:
Event
,NavigationEvent
An event indicating that the progress of loading the web page has changed.
- Since:
- 7.19
-
Method Summary
Modifier and TypeMethodDescriptiondefault Navigation
Returns theNavigation
instance initiated this event.default double
progress()
Returns a value between 0 and 1 indicating the loading progress of the web page.
-
Method Details
-
progress
default double progress()Returns a value between 0 and 1 indicating the loading progress of the web page.