Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
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
)