Closed
Description
Follow up of #65.
Currently, when storing in indexedDb
, values are wrapped in this structure: { value: ... }
. It's totally OK inside the lib, but can cause (rare) interoperability issues.
Need investigation to check if unwrapping is possible, as it could lead to major breaking change.