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.
Properties
Section titled “Properties”fsBundle?
Section titled “fsBundle?”
optionalfsBundle?:Blob
Defined in: packages/client/src/index.ts:377
initdbWasmModule?
Section titled “initdbWasmModule?”
optionalinitdbWasmModule?:Module
Defined in: packages/client/src/index.ts:376
pgliteWasmModule?
Section titled “pgliteWasmModule?”
optionalpgliteWasmModule?:Module
Defined in: packages/client/src/index.ts:375