History

abstract external class History

Exposes the JavaScript History to Kotlin

Constructors

Link copied to clipboard
fun History()

Functions

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

Properties

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