drupflare/worker - v1.0.0
Preparing search index...
db/migrate-sql
StorageLike
Interface StorageLike
ctx.storage
, narrowed to the one call that makes a chunk atomic with its cursor.
interface
StorageLike
{
transactionSync
<
T
>
(
cb
:
()
=>
T
)
:
T
;
}
Index
Methods
transaction
Sync
Methods
transaction
Sync
transactionSync
<
T
>
(
cb
:
()
=>
T
)
:
T
Type Parameters
T
Parameters
cb
:
()
=>
T
Returns
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
transaction
Sync
drupflare/worker - v1.0.0
Loading...
ctx.storage, narrowed to the one call that makes a chunk atomic with its cursor.