OpenTelemetry SDK
Preparing search index...
@opentelemetry/web-common
SessionStore
Interface SessionStore
interface
SessionStore
{
get
()
:
Promise
<
Session
|
null
>
;
save
(
session
:
Session
)
:
Promise
<
void
>
;
}
Index
Methods
get
save
Methods
get
get
()
:
Promise
<
Session
|
null
>
Returns
Promise
<
Session
|
null
>
save
save
(
session
:
Session
)
:
Promise
<
void
>
Parameters
session
:
Session
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
get
save
OpenTelemetry SDK
Loading...