stdlib
1.2
1.8
1.7
1.6
1.5
1.4
1.3
1.2
1.1
1.0
JS
stdlib
/
org.w3c.workers
/
Client
Client
JS
abstract
external
class
Client
:
UnionClientOrMessagePortOrServiceWorker
(
source
)
Exposes the JavaScript
Client
to Kotlin
Since Kotlin
1.1
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
)
Since Kotlin
1.1
Properties
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
Inheritors
WindowClient
Link copied to clipboard