toggle menu
kilua-project
0.0.15
common
switch theme
search in API
kilua-dom
/
web.workers
/
Clients
Clients
abstract
class
Clients
:
JsAny
Exposes the JavaScript
Clients
to Kotlin
Members
Constructors
Clients
Link copied to clipboard
constructor
(
)
Functions
claim
Link copied to clipboard
fun
claim
(
)
:
Promise
<
Nothing
?
>
get
Link copied to clipboard
fun
get
(
id
:
String
)
:
Promise
<
*
>
match
All
Link copied to clipboard
fun
matchAll
(
options
:
ClientQueryOptions
)
:
Promise
<
*
>
open
Window
Link copied to clipboard
fun
openWindow
(
url
:
String
)
:
Promise
<
*
>