Client

JS
1.1
abstract class Client : 
    UnionClientOrMessagePortOrServiceWorker

(source)

Exposes the JavaScript Client to Kotlin

Constructors

JS
1.1

<init>

Exposes the JavaScript Client to Kotlin

Client()

Properties

JS
1.1

frameType

open val frameType: FrameType
JS
1.1

id

open val id: String
JS
1.1

url

open val url: String

Functions

JS
1.1

postMessage

fun postMessage(
    message: Any?,
    transfer: Array<dynamic> = definedExternally)

Inheritors

JS
1.1

WindowClient

Exposes the JavaScript WindowClient to Kotlin

abstract class WindowClient : Client