openFsSnapshotCache
Nodepod API / src/headless / openFsSnapshotCache
Function: openFsSnapshotCache()
Section titled “Function: 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.
Parameters
Section titled “Parameters”cacheDir?
Section titled “cacheDir?”string = ...
Returns
Section titled “Returns”Promise<IDBSnapshotCache | null>