stdlib
1.6
1.8
1.7
1.6
1.5
1.4
1.3
1.2
1.1
1.0
JS
stdlib
/
org.w3c.dom
/
History
History
JS
abstract
external
class
History
(
source
)
Exposes the JavaScript
History
to Kotlin
Since Kotlin
1.1
Constructors
Functions
Properties
Constructors
History
Link copied to clipboard
JS
fun
History
(
)
Functions
back
Link copied to clipboard
JS
fun
back
(
)
Since Kotlin
1.1
forward
Link copied to clipboard
JS
fun
forward
(
)
Since Kotlin
1.1
go
Link copied to clipboard
JS
fun
go
(
delta
:
Int
=
definedExternally
)
Since Kotlin
1.1
push
State
Link copied to clipboard
JS
fun
pushState
(
data
:
Any
?
,
title
:
String
,
url
:
String
?
=
definedExternally
)
Since Kotlin
1.1
replace
State
Link copied to clipboard
JS
fun
replaceState
(
data
:
Any
?
,
title
:
String
,
url
:
String
?
=
definedExternally
)
Since Kotlin
1.1
Properties
length
Link copied to clipboard
JS
open
val
length
:
Int
Since Kotlin
1.1
scroll
Restoration
Link copied to clipboard
JS
open
var
scrollRestoration
:
ScrollRestoration
Since Kotlin
1.1
state
Link copied to clipboard
JS
open
val
state
:
Any
?
Since Kotlin
1.1