Preparing search index...
The search index is not available
ZenFS DOM
ZenFS DOM
IndexedDB
Interface IndexedDB
interface
IndexedDB
{
name
:
"IndexedDB"
;
options
:
{
idbFactory
:
{
required
:
false
;
type
:
"object"
}
;
storeName
:
{
required
:
false
;
type
:
"string"
}
;
}
;
create
(
options
:
IndexedDBOptions
&
Partial
<
SharedConfig
>
,
)
:
Promise
<
AsyncMixin
&
StoreFS
<
IndexedDBStore
>
>
;
isAvailable
(
idbFactory
?:
IDBFactory
)
:
Promise
<
boolean
>
;
}
Hierarchy
_IndexedDB
IndexedDB
Index
Properties
name
options
Methods
create
is
Available
Properties
Readonly
name
name
:
"IndexedDB"
= 'IndexedDB'
Readonly
options
options
:
{
idbFactory
:
{
required
:
false
;
type
:
"object"
}
;
storeName
:
{
required
:
false
;
type
:
"string"
}
;
}
= ...
Methods
Readonly
create
create
(
options
:
IndexedDBOptions
&
Partial
<
SharedConfig
>
,
)
:
Promise
<
AsyncMixin
&
StoreFS
<
IndexedDBStore
>
>
Parameters
options
:
IndexedDBOptions
&
Partial
<
SharedConfig
>
Returns
Promise
<
AsyncMixin
&
StoreFS
<
IndexedDBStore
>
>
Readonly
is
Available
isAvailable
(
idbFactory
?:
IDBFactory
)
:
Promise
<
boolean
>
Parameters
idbFactory
:
IDBFactory
= globalThis.indexedDB
Returns
Promise
<
boolean
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
name
options
Methods
create
is
Available
ZenFS DOM
Loading...