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