form-graph
Site
GitHub
Preparing search index...
index
DebouncedStorageAdapter
Interface DebouncedStorageAdapter
interface
DebouncedStorageAdapter
{
flush
()
:
void
;
load
()
:
Record
<
string
,
unknown
>
|
undefined
;
save
(
intent
:
Record
<
string
,
unknown
>
)
:
void
;
}
Hierarchy (
View Summary
)
StorageAdapter
DebouncedStorageAdapter
Index
Methods
flush
load
save
Methods
flush
flush
()
:
void
Write any pending save immediately (call on pagehide/visibilitychange).
Returns
void
load
load
()
:
Record
<
string
,
unknown
>
|
undefined
Returns
Record
<
string
,
unknown
>
|
undefined
save
save
(
intent
:
Record
<
string
,
unknown
>
)
:
void
Parameters
intent
:
Record
<
string
,
unknown
>
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
flush
load
save
Site
GitHub
form-graph
Loading...
Write any pending save immediately (call on pagehide/visibilitychange).