Search
Preparing search index...
The search index is not available
BrowserFS
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
SimpleSyncRWTransaction
Class SimpleSyncRWTransaction
A simple RW transaction for simple synchronous key-value stores.
Hierarchy
SimpleSyncRWTransaction
Implements
SyncKeyValueRWTransaction
Index
Constructors
constructor
Methods
abort
commit
del
get
put
Constructors
constructor
new
Simple
SyncRWTransaction
(
store
:
SimpleSyncStore
)
:
SimpleSyncRWTransaction
Parameters
store:
SimpleSyncStore
Returns
SimpleSyncRWTransaction
Methods
abort
abort
(
)
:
void
Returns
void
commit
commit
(
)
:
void
Returns
void
del
del
(
key
:
string
)
:
void
Parameters
key:
string
Returns
void
get
get
(
key
:
string
)
:
Buffer
|
undefined
Parameters
key:
string
Returns
Buffer
|
undefined
put
put
(
key
:
string
, data
:
Buffer
, overwrite
:
boolean
)
:
boolean
Parameters
key:
string
data:
Buffer
overwrite:
boolean
Returns
boolean
Globals
Simple
SyncRWTransaction
constructor
abort
commit
del
get
put
Generated using
TypeDoc
A simple RW transaction for simple synchronous key-value stores.