@valon-technologies/gestalt
Preparing search index...
index
Transaction
Interface Transaction
Fakeable explicit IndexedDB transaction contract.
interface
Transaction
{
objectStore
(
name
:
string
)
:
TransactionObjectStore
;
commit
()
:
Promise
<
void
>
;
abort
(
reason
?:
string
)
:
Promise
<
void
>
;
}
Index
Methods
object
Store
commit
abort
Methods
object
Store
objectStore
(
name
:
string
)
:
TransactionObjectStore
Parameters
name
:
string
Returns
TransactionObjectStore
commit
commit
()
:
Promise
<
void
>
Returns
Promise
<
void
>
abort
abort
(
reason
?:
string
)
:
Promise
<
void
>
Parameters
Optional
reason
:
string
Returns
Promise
<
void
>
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Methods
object
Store
commit
abort
@valon-technologies/gestalt
Loading...
Fakeable explicit IndexedDB transaction contract.