gtfs-sqljs
    Preparing search index...

    Interface CacheStoreOptions

    Options for cache stores

    interface CacheStoreOptions {
        dbName?: string;
        dir?: string;
    }
    Index

    Properties

    Properties

    dbName?: string

    IndexedDB database name (for IndexedDBCacheStore)

    dir?: string

    Cache directory path (for FileSystemCacheStore)