toggle menu
flatInvoker
js
switch theme
search in API
reaktor-core
/
dev.shibasis.reaktor.core.server.cloudflare
/
KVNamespace
/
get
get
js
abstract
fun
get
(
key
:
Key
,
options
:
KVNamespaceGetOptionsPartial
<
Nothing
?
>
=
definedExternally
)
:
Promise
<
String
?
>
abstract
fun
get
(
key
:
Key
)
:
dynamic
abstract
fun
<
ExpectedValue
>
get
(
key
:
Key
)
:
Promise
<
ExpectedValue
?
>
abstract
fun
get
(
key
:
Key
,
type
:
String
)
:
dynamic
abstract
fun
<
ExpectedValue
>
get
(
key
:
Key
,
type
:
String
)
:
Promise
<
ExpectedValue
?
>
abstract
fun
get
(
key
:
Key
,
options
:
KVNamespaceGetOptions
<
String
>
=
definedExternally
)
:
dynamic
abstract
fun
<
ExpectedValue
>
get
(
key
:
Key
,
options
:
KVNamespaceGetOptions
<
String
>
=
definedExternally
)
:
Promise
<
ExpectedValue
?
>