PerformanceNavigation

@native @JSGlobal @JSType
class PerformanceNavigation extends Object

The PerformanceNavigation interface represents information about how the navigtion to the current document was done.

Companion:
object
class Object
trait Any
class Object
trait Matchable
class Any

Value members

Concrete methods

def `type`: Int
def redirectCount: Int

The PerformanceNavigation.redirectCount read-only property returns an unsigned short representing the number of REDIRECTs done before reaching the page.

The PerformanceNavigation.redirectCount read-only property returns an unsigned short representing the number of REDIRECTs done before reaching the page.

def toJSON(): Dynamic

Is a jsonizer returning a json object representing the PerformanceNavigation object.

Is a jsonizer returning a json object representing the PerformanceNavigation object.

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