OpfsRepackedPGlite
OpfsRepackedPGlite<
TExtensions> =PGlite&PGliteInterfaceExtensions<TExtensions> &object
Defined in: packages/pglite-opfs-repacked/src/pglite-factory.ts:27
The factory-owned PGlite instance: a plain PGlite plus the one explicit strict operation reserved for the sync layer above the VFS.
Type Declaration
Section titled “Type Declaration”strictSync()
Section titled “strictSync()”strictSync():
Promise<void>
Stabilize every preceding data and metadata operation in strict order, serialized against query execution.
Returns
Section titled “Returns”Promise<void>
Type Parameters
Section titled “Type Parameters”TExtensions
Section titled “TExtensions”TExtensions extends Extensions = Extensions