toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-browser
/
web.worklets
/
Worklet
/
addModuleAsync
add
Module
Async
fun
addModuleAsync
(
moduleURL
:
String
,
options
:
WorkletOptions
=
definedExternally
)
:
Promise
<
Void
>
(
source
)
fun
addModuleAsync
(
moduleURL
:
URL
,
options
:
WorkletOptions
=
definedExternally
)
:
Promise
<
Void
>
(
source
)