Header menu logo fable-electron-docs-api

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

this.event

Full Usage: this.event

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.url

Full Usage: this.url

Modifiers: abstract

Type something to start searching.