Skip to content

PgliteBootAssets

Defined in: packages/client/src/index.ts:374

The pre-warmed PGlite boot assets (the WASM modules + filesystem bundle), consumed by createClientPGlite / CreateSyncClientOptions.pgliteBootAssets. The host fetches + compiles these on an earlier screen and hands the promise in, so PGlite.create skips its own lazy asset load — see the field’s JSDoc for the accelerator geometry.

optional fsBundle?: Blob

Defined in: packages/client/src/index.ts:377


optional initdbWasmModule?: Module

Defined in: packages/client/src/index.ts:376


optional pgliteWasmModule?: Module

Defined in: packages/client/src/index.ts:375