History

external class History(source)

Allows manipulation of the browser session history, that is the pages visited in the tab or frame that the current page is loaded in.

MDN Reference

Properties

Link copied to clipboard
Link copied to clipboard

Functions

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