Header menu logo fable-electron-docs-api

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

this.frameProcessId

Full Usage: this.frameProcessId

Modifiers: abstract

this.frameRoutingId

Full Usage: this.frameRoutingId

Modifiers: abstract

this.httpResponseCode

Full Usage: this.httpResponseCode

Modifiers: abstract

-1 for non HTTP navigations

this.httpStatusText

Full Usage: this.httpStatusText

Modifiers: abstract

empty for non HTTP navigations,

this.isMainFrame

Full Usage: this.isMainFrame

Modifiers: abstract

this.url

Full Usage: this.url

Modifiers: abstract

Type something to start searching.