I created an electron application that enables users to drag and drop elements like divs on the screen, saving their positions in localstorage as a class. The purpose is to ensure that any modifications made by the user persist even after reloading or reopening the page. However, I am facing an issue with electron not being able to access local storage, even during a page change. I am now exploring ways for electron to retrieve the localstorage classes or if it's possible for the page itself to handle it.