Hello,
Is this on purpose ? If I update the typings file myself, and create some tables with persistent indexes I can see objects in IndexedDb for the indexes but they are all empty.
Additionally after this change in the typings the library doesn't load properly after the initial load which created the database and tables:
Is using persistent indexes supported ? I would like to use them with IndexedDB as storage, in an Angular application.
Thank you.