kotlin-stdlib
JS
kotlin-stdlib
/
org.w3c.workers
/
Client
Client
JS
abstract
external
class
Client
:
UnionClientOrMessagePortOrServiceWorker
Exposes the JavaScript
Client
to Kotlin
Constructors
Functions
Properties
Inheritors
Constructors
Client
Link copied to clipboard
JS
fun
Client
(
)
Functions
post
Message
Link copied to clipboard
JS
fun
postMessage
(
message
:
Any
?
,
transfer
:
Array
<
dynamic
>
=
definedExternally
)
Properties
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
Inheritors
WindowClient
Link copied to clipboard