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