Basic Sample program for IndexedDB

I see your sample project for IndexedDB (Basic / 2.Features / Saving Data / IndexedDB) is actually JavaScript and not Basic. Is this intentional?

It is intentional - IndexedDB assumes you’re using JavaScript. It’s not as easy to to backport to BASIC. That being said, we’ll have another looking at doing so.