Location

JS
1.1
abstract class Location
(source)

Exposes the JavaScript Location to Kotlin

Constructors

JS
1.1

<init>

Exposes the JavaScript Location to Kotlin

Location()

Properties

JS
1.1

ancestorOrigins

open val ancestorOrigins: Array<out String>
JS
1.1

hash

open var hash: String
JS
1.1

host

open var host: String
JS
1.1

hostname

open var hostname: String
JS
1.1

href

open var href: String
JS
1.1

origin

open val origin: String
JS
1.1

pathname

open var pathname: String
JS
1.1

port

open var port: String
JS
1.1

protocol

open var protocol: String
JS
1.1

search

open var search: String

Functions

JS
1.1

assign

fun assign(url: String)
JS
1.1

reload

fun reload()
JS
1.1

replace

fun replace(url: String)