145Storage 2 - v0.6.0
GitHub
npm
Preparing search index...
WebStorageItemStorage
Class WebStorageItemStorage
Hierarchy
JSONDebounceStorage
WebStorageItemStorage
Index
Constructors
constructor
Properties
_
cache
_
data
is
Ready
scheduled
Update
update
Delay
Ms
update
Timer
ID
updator
Accessors
cache
data
Methods
abort
assert
Ready
init
request
Update
update
get
Raw
Constructors
constructor
new
WebStorageItemStorage
(
itemName
:
string
,
instance
:
Storage
,
updateDelayMs
:
number
|
undefined
,
)
:
WebStorageItemStorage
Parameters
itemName
:
string
instance
:
Storage
updateDelayMs
:
number
|
undefined
Returns
WebStorageItemStorage
Properties
Protected
_
cache
_cache
:
{}
_
data
_data
:
any
is
Ready
isReady
:
boolean
= false
scheduled
Update
scheduledUpdate
:
boolean
= false
update
Delay
Ms
updateDelayMs
:
number
update
Timer
ID
updateTimerID
:
Timeout
|
undefined
updator
updator
:
(
value
:
any
)
=>
void
|
Promise
<
void
>
Accessors
cache
get
cache
()
:
{}
Returns
{}
data
get
data
()
:
any
Returns
any
Methods
abort
abort
()
:
void
Returns
void
assert
Ready
assertReady
()
:
void
Returns
void
init
init
()
:
void
|
Promise
<
void
>
Returns
void
|
Promise
<
void
>
request
Update
requestUpdate
()
:
void
Returns
void
update
update
()
:
Promise
<
void
>
Returns
Promise
<
void
>
Static
get
Raw
getRaw
(
observed
:
any
)
:
any
Parameters
observed
:
any
Returns
any
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
_
cache
_
data
is
Ready
scheduled
Update
update
Delay
Ms
update
Timer
ID
updator
Accessors
cache
data
Methods
abort
assert
Ready
init
request
Update
update
get
Raw
GitHub
npm
145Storage 2 - v0.6.0
Loading...