@rshaker/communicator
Preparing search index...
CommunicatorIDBProvider
Class CommunicatorIDBProvider
Hierarchy (
View Summary
)
IndexedDBProvider
<
EntryProps
>
CommunicatorIDBProvider
Index
Constructors
constructor
Properties
db
Name
store
Name
Accessors
db
Methods
add
delete
get
get
Store
get
Stores
list
update
Constructors
constructor
new
CommunicatorIDBProvider
(
dbName
:
string
,
storeName
:
string
,
)
:
CommunicatorIDBProvider
Parameters
dbName
:
string
storeName
:
string
Returns
CommunicatorIDBProvider
Properties
Readonly
db
Name
dbName
:
string
Readonly
store
Name
storeName
:
string
Accessors
db
get
db
()
:
Promise
<
IDBPDatabase
<
unknown
>
>
Returns
Promise
<
IDBPDatabase
<
unknown
>
>
Methods
add
add
(
entry
:
EntryProps
)
:
Promise
<
string
>
Parameters
entry
:
EntryProps
Returns
Promise
<
string
>
delete
delete
(
uuid
:
string
)
:
Promise
<
string
>
Parameters
uuid
:
string
Returns
Promise
<
string
>
get
get
(
uuid
:
string
)
:
Promise
<
EntryProps
>
Parameters
uuid
:
string
Returns
Promise
<
EntryProps
>
get
Store
getStore
()
:
string
Returns
string
Protected
get
Stores
getStores
()
:
StoreConfig
[]
Returns
StoreConfig
[]
list
list
()
:
Promise
<
Partial
<
EntryProps
>
[]
>
Returns
Promise
<
Partial
<
EntryProps
>
[]
>
update
update
(
entry
:
EntryProps
)
:
Promise
<
string
>
Parameters
entry
:
EntryProps
Returns
Promise
<
string
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
db
Name
store
Name
Accessors
db
Methods
add
delete
get
get
Store
get
Stores
list
update
@rshaker/communicator
Loading...