This has been a hard question for me to track down. I am creating a windows 8 HTML5/JS app to be deployed into the windows 8 marketplace. I am using the construct2 game engine to generate the html5/js code.
In a traditional Html5 website if I was to write data out to web-storage, that data is treated similar to cache data and is susceptible to being erased when a user clears their cache (i believe?)
My question is, in windows 8 html5/js apps. Is the data written to webstorage susceptible to being cleared when a user would go in and clear their internet explorer cache, or is the webstorage data packaged up different for windows8 apps and thus unique to the app?