kilua-project
Toggle table of contents
0.0.19
common
Platform filter
common
Switch theme
Search in API
kilua-project
kilua-dom
/
web.workers
/
Clients
Clients
abstract
class
Clients
:
JsAny
(
source
)
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
<
*
>