Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-browser
/
web.location
/
Location
/
replace
replace
fun
replace
(
url
:
String
)
(
source
)
Removes the current page from the session history and navigates to the given URL.
MDN Reference
fun
replace
(
url
:
URL
)
(
source
)