kotlin-stdlib
JS
kotlin-stdlib
/
org.w3c.workers
/
Clients
Clients
JS
abstract
external
class
Clients
Exposes the JavaScript
Clients
to Kotlin
Constructors
Functions
Constructors
Clients
Link copied to clipboard
JS
fun
Clients
(
)
Functions
claim
Link copied to clipboard
JS
fun
claim
(
)
:
Promise
<
Unit
>
get
Link copied to clipboard
JS
fun
get
(
id
:
String
)
:
Promise
<
Any
?
>
match
All
Link copied to clipboard
JS
fun
matchAll
(
options
:
ClientQueryOptions
=
definedExternally
)
:
Promise
<
Array
<
Client
>
>
open
Window
Link copied to clipboard
JS
fun
openWindow
(
url
:
String
)
:
Promise
<
WindowClient
?
>