@scolastico-dev/walu
    Preparing search index...

    Function readAllFromStore

    • Reads all records from the specified IndexedDB object store.

      Type Parameters

      • T

        The type of data to read

      Parameters

      • storeName: string

        The name of the object store to read from

      Returns Promise<T[]>

      Promise that resolves to an array of all stored records

      If the read operation fails