stores
Preparing search index...
interface-datastore
index
Batch
Interface Batch<BatchOptionsExtension>
interface
Batch
<
BatchOptionsExtension
=
{}
>
{
commit
(
options
?:
AbortOptions
&
BatchOptionsExtension
)
:
Await
<
void
>
;
delete
(
key
:
Key
)
:
void
;
put
(
key
:
Key
,
value
:
Uint8Array
)
:
void
;
}
Type Parameters
BatchOptionsExtension
=
{}
Index
Methods
commit
delete
put
Methods
commit
commit
(
options
?:
AbortOptions
&
BatchOptionsExtension
)
:
Await
<
void
>
Parameters
Optional
options
:
AbortOptions
&
BatchOptionsExtension
Returns
Await
<
void
>
delete
delete
(
key
:
Key
)
:
void
Parameters
key
:
Key
Returns
void
put
put
(
key
:
Key
,
value
:
Uint8Array
)
:
void
Parameters
key
:
Key
value
:
Uint8Array
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
commit
delete
put
stores
Loading...