AllFramesDetails

@native @JSType
trait AllFramesDetails 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 errorOccurred: Boolean

True if the last navigation in this frame was interrupted by an error, i.e. the onErrorOccurred event fired.

True if the last navigation in this frame was interrupted by an error, i.e. the onErrorOccurred event fired.

val frameId: Int

The ID of the frame. 0 indicates that this is the main frame; a positive value indicates the ID of a subframe.

The ID of the frame. 0 indicates that this is the main frame; a positive value indicates the ID of a subframe.

val frameParentId: Int

ID of frame that wraps the frame. Set to -1 if no parent frame exists.

ID of frame that wraps the frame. Set to -1 if no parent frame exists.

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.

val url: String

The URL currently associated with this frame.

The URL currently associated with this frame.