toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-browser
/
web.worklets
/
WorkletGlobalScope
Worklet
Global
Scope
open
external
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
:
String
)
:
Any
?
set
Link copied to clipboard
open
operator
fun
set
(
key
:
String
,
value
:
Any
?
)