Hi, recently i have implemented dexie js db to store data alongside using Fake-indexedDB in the electon main process (not render process) where i can't use storage manager API as it uses navigator which is a browser only thing.
So since i am now using electron main process(node) how can i make the storage persisted. Please help me with this as i could not find the info when checked for last one hour in docs and some previous issues.
Hi, recently i have implemented dexie js db to store data alongside using Fake-indexedDB in the electon main process (not render process) where i can't use storage manager API as it uses navigator which is a browser only thing. So since i am now using electron main process(node) how can i make the storage persisted. Please help me with this as i could not find the info when checked for last one hour in docs and some previous issues.