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