Preparing search index...
The search index is not available
BrowserFS DOM
BrowserFS DOM
IndexedDBStore
Class IndexedDBStore
Hierarchy
IndexedDBStore
Implements
AsyncKeyValueStore
Index
Constructors
constructor
Properties
db
store
Name
Methods
begin
Transaction
clear
name
Create
Constructors
constructor
new
IndexedDBStore
(
db
,
storeName
)
:
IndexedDBStore
Parameters
db
:
IDBDatabase
storeName
:
string
Returns
IndexedDBStore
Properties
Private
db
db
:
IDBDatabase
Private
store
Name
store
Name
:
string
Methods
begin
Transaction
begin
Transaction
(
type
)
:
AsyncKeyValueROTransaction
Parameters
type
:
"readonly"
Returns
AsyncKeyValueROTransaction
begin
Transaction
(
type
)
:
AsyncKeyValueRWTransaction
Parameters
type
:
"readwrite"
Returns
AsyncKeyValueRWTransaction
clear
clear
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
name
name
(
)
:
string
Returns
string
Static
Create
Create
(
storeName
,
indexedDB
)
:
Promise
<
IndexedDBStore
>
Parameters
storeName
:
string
indexedDB
:
IDBFactory
Returns
Promise
<
IndexedDBStore
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
db
store
Name
begin
Transaction
clear
name
Create
BrowserFS DOM
HTTPRequest
IndexedDBFileSystem
StorageFileSystem
WorkerFS
FileSystemAccessFile
FileSystemAccessFileSystem
HTTPRequest
IndexedDBFileSystem
IndexedDBStore
StorageFileSystem
StorageStore
WorkerFS
HTTPRequestIndex
Generated using
TypeDoc