Client

abstract external class Client : UnionClientOrMessagePortOrServiceWorker

Exposes the JavaScript Client to Kotlin

Constructors

Client
Link copied to clipboard
fun Client()

Functions

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

Properties

frameType
Link copied to clipboard
open val frameType: FrameType
id
Link copied to clipboard
open val id: String
url
Link copied to clipboard
open val url: String

Inheritors

WindowClient
Link copied to clipboard