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
I'm currently using IndexedDB for storage. However, this is a pain because you always need to go through a render process to access it. Look into using NeDB instead so I can access it from the main process and the render processes.
The text was updated successfully, but these errors were encountered:
I'm currently using IndexedDB for storage. However, this is a pain because you always need to go through a render process to access it. Look into using NeDB instead so I can access it from the main process and the render processes.
The text was updated successfully, but these errors were encountered: