ChemPal Documentation - v1.6.0
    Preparing search index...

    Interface IdbStorageBreakdown

    Per-store record count + serialized JSON size, plus the summed total.

    interface IdbStorageBreakdown {
        byStore: Record<IdbStore, { count: number; bytes: number }>;
        totalBytes: number;
    }
    Index

    Properties

    Properties

    byStore: Record<IdbStore, { count: number; bytes: number }>
    totalBytes: number