WorkerLocation

JS
1.1
abstract class WorkerLocation
(source)

Exposes the JavaScript WorkerLocation to Kotlin

Constructors

JS
1.1

<init>

Exposes the JavaScript WorkerLocation to Kotlin

WorkerLocation ( )

Properties

JS
1.1

hash

open val hash : String
JS
1.1

host

open val host : String
JS
1.1

hostname

open val hostname : String
JS
1.1

href

open val href : String
JS
1.1

origin

open val origin : String
JS
1.1

pathname

open val pathname : String
JS
1.1

port

open val port : String
JS
1.1

protocol

open val protocol : String
JS
1.1

search

open val search : String