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