OnDOMContentLoadedDetails

@native @JSType
trait OnDOMContentLoadedDetails extends Object
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 frameId: Int

0 indicates the navigation happens in the tab content window; a positive value indicates navigation in a subframe. Frame IDs are unique within a tab.

0 indicates the navigation happens in the tab content window; a positive value indicates navigation in a subframe. Frame IDs are unique within a tab.

val processId: UndefOr[Int]

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

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

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

val tabId: Int

The ID of the tab in which the navigation occurs.

The ID of the tab in which the navigation occurs.

val timeStamp: Double

The time when the page's DOM was fully constructed, in milliseconds since the epoch.

The time when the page's DOM was fully constructed, in milliseconds since the epoch.

val url: String