Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-browser
/
web.worklets
/
WorkletGlobalScope
Worklet
Global
Scope
open
class
WorkletGlobalScope
:
GlobalScope
(
source
)
Available only in secure contexts.
MDN Reference
Inheritors
AudioWorkletGlobalScope
Members
Functions
get
Link copied to clipboard
open
operator
fun
get
(
key
:
JsString
)
:
JsAny
?
set
Link copied to clipboard
open
operator
fun
set
(
key
:
JsString
,
value
:
JsAny
?
)