Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-browser
/
web.cache
/
Cache
/
addAsync
add
Async
fun
addAsync
(
url
:
String
)
:
Promise
<
Void
>
(
source
)
fun
addAsync
(
url
:
URL
)
:
Promise
<
Void
>
(
source
)
fun
addAsync
(
request
:
Request
)
:
Promise
<
Void
>
(
source
)