Hi,
I like to know if somebody knows if there are, in case, what is, the difference in using a "Dictionary" object or a "LocalStorage" object to store variables in runtime. I know than "LocalStorage" can persist the data, but that is not the point. The question is only to store and retrieve data in runtime. For example, if the webapp is closed, by energy fault, the "LocalStorage" data is preserved?
Thanks