In chromium 150, indexeddb will be backed by sqlite rather than leveldb. Apparently only for new dbs. It will have various implications, but notably it'll be more reliable. However storage size will be larger, mainly due to no key compression.
Perhaps rxrb doesn't need any changes, given that Firefox and safari already use sqlite for idb. But I figured I'd share.
Relevant links
In chromium 150, indexeddb will be backed by sqlite rather than leveldb. Apparently only for new dbs. It will have various implications, but notably it'll be more reliable. However storage size will be larger, mainly due to no key compression.
Perhaps rxrb doesn't need any changes, given that Firefox and safari already use sqlite for idb. But I figured I'd share.
Relevant links