History

abstract class History : JsAny

Exposes the JavaScript History to Kotlin

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
open val length: Int
Link copied to clipboard
Link copied to clipboard
open val state: JsAny?

Functions

Link copied to clipboard
fun back()
Link copied to clipboard
fun forward()
Link copied to clipboard
fun go(delta: Int)
Link copied to clipboard
fun pushState(data: JsAny?, title: String, url: String?)
Link copied to clipboard
fun replaceState(data: JsAny?, title: String, url: String?)