| Interface | Description |
|---|---|
| FrameDocumentLoadFinished |
An event indicating that the document loading in the given frame has been finished.
|
| FrameLoadFailed |
An event indicating that the content load was failed.
|
| FrameLoadFinished |
An event indicating that a content loading has been finished in the frame.
|
| LoadFinished |
An event indicating that the content loading has been finished.
|
| LoadStarted |
An event indicating that the content loading has been started.
|
| NavigationEvent |
An interface that all navigation events must extend.
|
| NavigationFinished |
An event indicating that the navigation has been finished.
|
| NavigationRedirected |
An event indicating that the navigation has encountered a server redirect.
|
| NavigationStarted |
An event indicating that the navigation has been started.
|
| NavigationStopped |
An event indicating that the navigation has been stopped.
|