I have started making desktop apps with Electron
.I need to save some configuration into localStorage
.I am using the latest version of Electron and I know that localStorage
is supported.
Due to my previous experiences with my website I know that I have to check for localStorage
support before doing something.
Do I need to do the same in Electron apps?