indexeddb icon indicating copy to clipboard operation
indexeddb copied to clipboard

A Kotlin coroutines wrapper for IndexedDB.

Results 5 indexeddb issues
Sort by recently updated
recently updated
newest added

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...

major

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...

major