indexeddb
indexeddb copied to clipboard
A Kotlin coroutines wrapper for IndexedDB.
Every major browser supports this, so we should support it too. See: https://developer.mozilla.org/en-US/docs/Web/API/IDBObjectStore/name
A [user on Kotlinlang Slack reported](https://kotlinlang.slack.com/archives/CCSFQJD7V/p1716967735956559) that they attempted to use IndexedDB from Kotlin/Wasm (but it did not work — as IndexedDB does not yet have Kotlin/Wasm as a target).
~~I'd like to supply a common interface, but at first glance that looks like it might be a lot more work. I started work on commonizing the interface. Tests are...
Draft until after #170 merges, since this is going to be chock full of merge conflicts. Adds support for logging. Logs are leaning on the side of over-verbose (most calls...