SharedWorker
Constructors
<init>
Exposes the JavaScript SharedWorker to Kotlin
SharedWorker(
: String,
: String = definedExternally,
: WorkerOptions = definedExternally)
Properties
port
open val port: MessagePort
Try the revamped Kotlin docs design →
Try the revamped Kotlin docs design!
Exposes the JavaScript SharedWorker to Kotlin
SharedWorker(
: String,
: String = definedExternally,
: WorkerOptions = definedExternally)
open val port: MessagePort