You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
kotasudhakar
changed the title
Making Dexie database storage permanent in electron using main process in Node
How to make Dexie database storage permanent in electron using main process in Node
Jul 2, 2024
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.
The text was updated successfully, but these errors were encountered: