Header menu logo fable-electron-docs-api

IOnWillFrameNavigate Type

Emitted when a user or the page wants to start navigation anywhere in the or any frames embedded within. It can happen when the window.location object is changed or a user clicks a link in the page.This event will not emit when the navigation is started programmatically with APIs like .loadURL and .back.It is also not emitted during in-page navigation, such as clicking anchor links or updating the window.location.hash. Use did-navigate-in-page event for this purpose.Calling event.preventDefault() does NOT have any effect.

Instance members

Instance member Description

this.frameProcessId

Full Usage: this.frameProcessId

Modifiers: abstract

this.frameRoutingId

Full Usage: this.frameRoutingId

Modifiers: abstract

this.isMainFrame

Full Usage: this.isMainFrame

Modifiers: abstract

this.url

Full Usage: this.url

Modifiers: abstract

Type something to start searching.