Preparing search index...
The search index is not available
@acrolinx/sidebar-sdk
@acrolinx/sidebar-sdk
AsyncLocalStorage
Class AsyncLocalStorage
Implements
AsyncStorage
Index
Constructors
constructor
Methods
get
set
Constructors
constructor
new
AsyncLocalStorage
()
:
AsyncLocalStorage
Returns
AsyncLocalStorage
Methods
get
get
<
T
>
(
key
:
string
)
:
Promise
<
null
|
T
>
Type Parameters
T
Parameters
key
:
string
Returns
Promise
<
null
|
T
>
set
set
<
T
>
(
key
:
string
,
value
:
T
)
:
Promise
<
undefined
>
Type Parameters
T
Parameters
key
:
string
value
:
T
Returns
Promise
<
undefined
>
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
get
set
@acrolinx/sidebar-sdk
Loading...