IOnDidFrameNavigate Type
Emitted when any 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.frameProcessId
Modifiers: abstract |
|
Full Usage:
this.frameRoutingId
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.isMainFrame
Modifiers: abstract |
|
Full Usage:
this.url
Modifiers: abstract |
|
fable-electron-docs-api