Skip to content

openFsSnapshotCache

Nodepod API


Nodepod API / src/headless / openFsSnapshotCache

openFsSnapshotCache(cacheDir?): Promise<IDBSnapshotCache | null>

Defined in: src/host/node/fs-snapshot-cache.ts:34

Disk-backed snapshot cache for Node headless — same interface as IDB/OPFS. Layout: {manifestLen:u32le}{manifestJson}{dataBytes} plus a sibling .meta.json.

string = ...

Promise<IDBSnapshotCache | null>