v1.8.21
  • Solutions
    • Multiplatform
    • Server-side
    • Data science
    • Android
  • Docs
  • Community
  • Teach
  • Play
    • Playground
    • Hands-on
    • Examples
    • Koans
← Docs
kotlin-stdlib / org.w3c.workers / Clients

Clients

JS
1.1
abstract class Clients
(source)

Exposes the JavaScript Clients to Kotlin

Constructors

JS
1.1

<init>

Exposes the JavaScript Clients to Kotlin

Clients()

Functions

JS
1.1

claim

fun claim(): Promise<Unit>
JS
1.1

get

fun get(id: String): Promise<Any?>
JS
1.1

matchAll

fun matchAll(
    options: ClientQueryOptions = definedExternally
): Promise<Array<Client>>
JS
1.1

openWindow

fun openWindow(url: String): Promise<WindowClient?>
Stay in touch:
  • Contributing to Kotlin
  • Releases
  • Press Kit
  • Security
  • Blog
  • Issue Tracker
  • Brand assets
  • Careers
Kotlin™ is protected under the Kotlin Foundation and licensed under the Apache 2 license.
Supported and developed by JetBrains