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

    Function writeToStore

    • Writes data to the specified IndexedDB object store.

      Type Parameters

      • T

        The type of data to write

      Parameters

      • storeName: string

        The name of the object store to write to

      • data: T

        The data object to store

      Returns Promise<void>

      Promise that resolves when the data is written

      If the write operation fails