IndexedDB Exists

Hi,

How can I find out if this exists for my database?

Please not that I am using multiple tables.

Thanks,

Ken

You can use TIndexedDB.Open(databasename, objectstorename) and the TIndexedDB.OnResult event will return whether this was successful or not.
When successful, it existed. When not, it will be created.

Thanks but I was rather hoping for a way of finding this out without creating it.

This is how IndexedDB works, this is not something we can change.