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