OnCreatedNavigationTargetDetails

@native @JSType
class Object
trait Any
class Object
trait Matchable
class Any

Value members

Inherited methods

def hasOwnProperty(v: String): Boolean
Inherited from
Object
def isPrototypeOf(v: Object): Boolean
Inherited from
Object
def propertyIsEnumerable(v: String): Boolean
Inherited from
Object
def toLocaleString(): String
Inherited from
Object
def valueOf(): Any
Inherited from
Object

Concrete fields

val sourceFrameId: Int

The ID of the frame with sourceTabId in which the navigation is triggered. 0 indicates the main frame.

The ID of the frame with sourceTabId in which the navigation is triggered. 0 indicates the main frame.

val sourceProcessId: UndefOr[Int]

The ID of the process that runs the renderer for the source frame.

The ID of the process that runs the renderer for the source frame.

Missing in firefox https://bugzilla.mozilla.org/show_bug.cgi?id=1248426

val sourceTabId: Int

The ID of the tab in which the navigation is triggered.

The ID of the tab in which the navigation is triggered.

val tabId: Int

The ID of the tab in which the url is opened.

The ID of the tab in which the url is opened.

val timeStamp: Double

The time when the browser was about to create a new view, in milliseconds since the epoch.

The time when the browser was about to create a new view, in milliseconds since the epoch.

val url: String

The URL to be opened in the new window.

The URL to be opened in the new window.