toggle menu
kilua-project
0.0.15
common
switch theme
search in API
kilua-dom
/
web.workers
/
Client
Client
abstract
class
Client
:
UnionClientOrMessagePortOrServiceWorker
,
JsAny
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
>
)