Client
abstract class Client :
UnionClientOrMessagePortOrServiceWorkerExposes 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