postMessage

fun postMessage(message: JsAny?, transfer: ReadonlyArray<Transferable>)(source)

The postMessage() method of the DedicatedWorkerGlobalScope interface sends a message to the main thread that spawned it.

MDN Reference


fun postMessage(message: JsAny?, options: StructuredSerializeOptions = definedExternally)(source)