kilua-project
Toggle table of contents
0.0.19
common
Platform filter
common
Switch theme
Search in API
kilua-project
kilua-dom
/
web.workers
/
Client
Client
abstract
class
Client
:
UnionClientOrMessagePortOrServiceWorker
,
JsAny
(
source
)
Exposes the JavaScript
Client
to Kotlin
Inheritors
WindowClient
Members
Constructors
Client
Link copied to clipboard
constructor
(
)
Properties
frame
Type
Link copied to clipboard
open
val
frameType
:
FrameType
id
Link copied to clipboard
open
val
id
:
String
url
Link copied to clipboard
open
val
url
:
String
Functions
post
Message
Link copied to clipboard
fun
postMessage
(
message
:
JsAny
?
,
transfer
:
JsArray
<
JsAny
>
)