How to change the browser's localstorage value in an electron app?
I want to update the localstorage value in main.js file of an electron application. How am I supposed to do so?
When I directly tried to change with below line of code, it's throwing the below error: