Search
Preparing search index...
The search index is not available
ipushpull-js
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
"Storage"
LocalStorage
Class LocalStorage
Hierarchy
LocalStorage
Implements
IStorageProvider
Index
Constructors
constructor
Properties
config
prefix
suffix
Methods
create
get
is
ValidJSON
make
Key
remove
save
Constructors
constructor
new
Local
Storage
(
config
:
IConfig
)
:
LocalStorage
Parameters
config:
IConfig
Returns
LocalStorage
Properties
config
config
:
IConfig
prefix
prefix
:
string
= "ipp"
suffix
suffix
:
string
= ""
Methods
create
create
(
key
:
string
, value
:
string
)
:
void
Parameters
key:
string
value:
string
Returns
void
get
get
(
key
:
string
, defaultValue
?:
any
)
:
string
Parameters
key:
string
Default value
defaultValue:
any
= null
Returns
string
Private
is
ValidJSON
is
ValidJSON
(
val
:
any
)
:
boolean
Parameters
val:
any
Returns
boolean
Private
make
Key
make
Key
(
key
:
string
)
:
string
Parameters
key:
string
Returns
string
remove
remove
(
key
:
string
)
:
void
Parameters
key:
string
Returns
void
save
save
(
key
:
string
, value
:
string
)
:
void
Parameters
key:
string
value:
string
Returns
void
Globals
"
Storage"
Cookie
Storage
Local
Storage
constructor
config
prefix
suffix
create
get
is
ValidJSON
make
Key
remove
save
Storage
Service
IStorage
Provider
IStorage
Service
Generated using
TypeDoc