Appearance
Documentation / js-sdk-core / LocalStorage
Class: LocalStorage
Implements
Constructors
new LocalStorage(undefined)
new LocalStorage():
LocalStorage
Returns
Methods
del()
del(
key
):void
Parameters
• key: string
Returns
void
Implementation of
get()
get(
key
):Promise
<any
>
Parameters
• key: string
Returns
Promise
<any
>
Implementation of
getKeys()
getKeys():
string
[]
Returns
string
[]
Implementation of
put()
put(
key
,val
):void
Parameters
• key: string
• val: unknown
Returns
void