Search
Preparing search index...
The search index is not available
BrowserFS
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
"backend/IndexedDB"
IndexedDBStore
Class IndexedDBStore
Hierarchy
IndexedDBStore
Implements
AsyncKeyValueStore
Index
Constructors
constructor
Methods
begin
Transaction
clear
name
Create
Constructors
constructor
new
IndexedDBStore
(
db
:
IDBDatabase
, storeName
:
string
)
:
IndexedDBStore
Parameters
db:
IDBDatabase
storeName:
string
Returns
IndexedDBStore
Methods
begin
Transaction
begin
Transaction
(
type
:
"readonly"
)
:
AsyncKeyValueROTransaction
begin
Transaction
(
type
:
"readwrite"
)
:
AsyncKeyValueRWTransaction
Parameters
type:
"readonly"
Returns
AsyncKeyValueROTransaction
Parameters
type:
"readwrite"
Returns
AsyncKeyValueRWTransaction
clear
clear
(
cb
:
BFSOneArgCallback
)
:
void
Parameters
cb:
BFSOneArgCallback
Returns
void
name
name
(
)
:
string
Returns
string
Static
Create
Create
(
storeName
:
string
, cb
:
BFSCallback
<
IndexedDBStore
>
)
:
void
Parameters
storeName:
string
cb:
BFSCallback
<
IndexedDBStore
>
Returns
void
Globals
"backend/
IndexedDB"
IndexedDBFile
System
IndexedDBStore
constructor
begin
Transaction
clear
name
Create
IndexedDBFile
System
Options
Generated using
TypeDoc