Preparing search index...
The search index is not available
OpenTelemetry SDK
OpenTelemetry SDK
@opentelemetry/web-common
SessionStore
Interface SessionStore
interface
SessionStore
{
get
()
:
Promise
<
null
|
Session
>
;
save
(
session
:
Session
)
:
Promise
<
void
>
;
}
Index
Methods
get
save
Methods
get
get
()
:
Promise
<
null
|
Session
>
Returns
Promise
<
null
|
Session
>
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...