ImmortalDB
ImmortalDB copied to clipboard
You are only allowing strings and return undefined for JSON
In fact returning JSON it would work like normal - but you explicitely check and return only if the value is string otherwise undefined.
This is rather a bug, as INDEXEDDB can store JSON and retrieve JSON So please remove this rather unfortunate limitation!