PerformanceNavigation

JS
1.1
abstract class PerformanceNavigation
(source)

Exposes the JavaScript PerformanceNavigation to Kotlin

Constructors

JS
1.1

<init>

Exposes the JavaScript PerformanceNavigation to Kotlin

PerformanceNavigation ( )

Properties

JS
1.1

redirectCount

open val redirectCount : Short
JS
1.1

type

open val type : Short

Companion Object Properties

JS
1.1

TYPE_BACK_FORWARD

val TYPE_BACK_FORWARD : Short
JS
1.1

TYPE_NAVIGATE

val TYPE_NAVIGATE : Short
JS
1.1

TYPE_RELOAD

val TYPE_RELOAD : Short
JS
1.1

TYPE_RESERVED

val TYPE_RESERVED : Short