toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-browser
/
web.cache
/
Cache
/
putAsync
put
Async
fun
putAsync
(
request
:
Request
,
response
:
Response
)
:
Promise
<
Void
>
(
source
)
fun
putAsync
(
request
:
String
,
response
:
Response
)
:
Promise
<
Void
>
(
source
)
fun
putAsync
(
request
:
URL
,
response
:
Response
)
:
Promise
<
Void
>
(
source
)