I would like to read the browser "localstorage" when the browser is turned off using the OS!
I want to save client data in localstorage, and then turn off the browser and the Internet, and then let the OS program (Windows exe) access and analyze this data, and then write new data to this local area so that the browser overwrites the new data in localstorage.
This should be possible, because my OS (for example, windows) can read, can delete cookies from the browser "files" ... so that as soon as I find out the localstorage file format, then the OS is the boss of all its files and therefore it should be able to change them!
So: how to read and write in "JavaScript / HTML5 / DOM" localstorage "using .exe client programs?
DISCLAIMER: Is there any other way the OS can transfer simple data to (and from) the browser?
Obviously, all this has both tremendous potential power and tremendous potential for DANGERS!
A browser can only become a “virtual OS of the future” if a real OS can safely interact with it!
Thanks.
source share