lsync API
    Preparing search index...

    Interface IndexedDBOfflineOptions

    interface IndexedDBOfflineOptions {
        cacheVersion?: string | number;
        databaseName?: string;
    }
    Index
    cacheVersion?: string | number

    Change this value when cached rows are no longer schema-compatible.

    1
    
    databaseName?: string

    IndexedDB database shared by lsync collections.

    "lsync"