IOnDidNavigate Type
Emitted when a main frame navigation is done.This event is not emitted for in-page navigations, such as clicking anchor links or updating the window.location.hash. Use did-navigate-in-page event for this purpose.
Instance members
| Instance member |
Description
|
Full Usage:
this.event
Modifiers: abstract |
|
Full Usage:
this.httpResponseCode
Modifiers: abstract |
-1 for non HTTP navigations |
Full Usage:
this.httpStatusText
Modifiers: abstract |
empty for non HTTP navigations |
Full Usage:
this.url
Modifiers: abstract |
|
fable-electron-docs-api