Search
Preparing search index...
The search index is not available
@xmtp/xmtp-js
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
@xmtp/xmtp-js
LocalStoragePersistence
Class LocalStoragePersistence
Hierarchy
LocalStoragePersistence
Implements
Persistence
Index
Constructors
constructor
Properties
storage
Methods
get
Item
set
Item
Constructors
constructor
new
Local
Storage
Persistence
(
)
:
LocalStoragePersistence
Returns
LocalStoragePersistence
Properties
storage
storage
:
Storage
Methods
get
Item
get
Item
(
key
:
string
)
:
Promise
<
null
|
Uint8Array
>
Parameters
key:
string
Returns
Promise
<
null
|
Uint8Array
>
set
Item
set
Item
(
key
:
string
, value
:
Uint8Array
)
:
Promise
<
void
>
Parameters
key:
string
value:
Uint8Array
Returns
Promise
<
void
>
Exports
Local
Storage
Persistence
constructor
storage
get
Item
set
Item
Generated using
TypeDoc