stdlib
1.7
1.8
1.7
1.6
1.5
1.4
1.3
1.2
1.1
1.0
JS
stdlib
/
org.w3c.workers
/
WindowClient
Window
Client
JS
abstract
external
class
WindowClient
:
Client
(
source
)
Exposes the JavaScript
WindowClient
to Kotlin
Since Kotlin
1.1
Constructors
Functions
Properties
Constructors
Window
Client
Link copied to clipboard
JS
fun
WindowClient
(
)
Functions
focus
Link copied to clipboard
JS
fun
focus
(
)
:
Promise
<
WindowClient
>
Since Kotlin
1.1
navigate
Link copied to clipboard
JS
fun
navigate
(
url
:
String
)
:
Promise
<
WindowClient
>
Since Kotlin
1.1
post
Message
Link copied to clipboard
JS
fun
postMessage
(
message
:
Any
?
,
transfer
:
Array
<
dynamic
>
=
definedExternally
)
Since Kotlin
1.1
Properties
focused
Link copied to clipboard
JS
open
val
focused
:
Boolean
Since Kotlin
1.1
frame
Type
Link copied to clipboard
JS
open
val
frameType
:
FrameType
Since Kotlin
1.1
id
Link copied to clipboard
JS
open
val
id
:
String
Since Kotlin
1.1
url
Link copied to clipboard
JS
open
val
url
:
String
Since Kotlin
1.1
visibility
State
Link copied to clipboard
JS
open
val
visibilityState
:
dynamic
Since Kotlin
1.1