GetFrameOptions

@native @JSType
trait GetFrameOptions extends Object
Companion
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

Abstract fields

val frameId: Int

The ID of the frame in the given tab.

The ID of the frame in the given tab.

val processId: UndefOr[Int]

Deprecated since Chrome 49. Frames are now uniquely identified by their tab ID and frame ID; the process ID is no longer needed and therefore ignored. The ID of the process that runs the renderer for this tab.

Deprecated since Chrome 49. Frames are now uniquely identified by their tab ID and frame ID; the process ID is no longer needed and therefore ignored. The ID of the process that runs the renderer for this tab.

val tabId: Id

The ID of the tab in which the frame is.

The ID of the tab in which the frame is.