ImmortalDB icon indicating copy to clipboard operation
ImmortalDB copied to clipboard

You are only allowing strings and return undefined for JSON

Open DATEx2 opened this issue 2 years ago • 0 comments

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!

DATEx2 avatar Dec 10 '23 03:12 DATEx2