Client
abstract class Client :
UnionClientOrMessagePortOrServiceWorker
Exposes the JavaScript Client to Kotlin
Constructors
Properties
Functions
postMessage
fun postMessage(
message: Any?,
transfer: Array<dynamic> = definedExternally)
Inheritors
WindowClient
Exposes the JavaScript WindowClient to Kotlin
abstract class WindowClient : Client