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"
CookieStorage
Class CookieStorage
Hierarchy
CookieStorage
Implements
IStorageProvider
Index
Constructors
constructor
Properties
_domain
config
prefix
suffix
Methods
create
get
is
Secure
is
ValidJSON
make
Key
remove
save
Constructors
constructor
new
Cookie
Storage
(
config
:
IConfig
)
:
CookieStorage
Parameters
config:
IConfig
Returns
CookieStorage
Properties
Private
_domain
_domain
:
string
config
config
:
IConfig
prefix
prefix
:
string
= "ipp"
suffix
suffix
:
string
= ""
Methods
create
create
(
key
:
string
, value
:
string
, expireDays
?:
undefined
|
number
, ignorePrefix
?:
undefined
|
false
|
true
)
:
void
Parameters
key:
string
value:
string
Optional
expireDays:
undefined
|
number
Optional
ignorePrefix:
undefined
|
false
|
true
Returns
void
get
get
(
key
:
string
, defaultValue
?:
any
, ignorePrefix
?:
undefined
|
false
|
true
)
:
string
Parameters
key:
string
Optional
defaultValue:
any
Optional
ignorePrefix:
undefined
|
false
|
true
Returns
string
Private
is
Secure
is
Secure
(
)
:
boolean
Returns
boolean
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
, expireDays
?:
undefined
|
number
, ignorePrefix
?:
undefined
|
false
|
true
)
:
void
Parameters
key:
string
value:
string
Optional
expireDays:
undefined
|
number
Optional
ignorePrefix:
undefined
|
false
|
true
Returns
void
Globals
"
Storage"
Cookie
Storage
constructor
_domain
config
prefix
suffix
create
get
is
Secure
is
ValidJSON
make
Key
remove
save
Local
Storage
Storage
Service
IStorage
Provider
IStorage
Service
Generated using
TypeDoc