Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-browser
/
web.cookie
/
CookieStore
/
getAsync
get
Async
fun
getAsync
(
name
:
String
)
:
Promise
<
CookieListItem
?
>
(
source
)
fun
getAsync
(
options
:
CookieStoreGetOptions
=
definedExternally
)
:
Promise
<
CookieListItem
?
>
(
source
)