I am trying to develop an offline HTML5 application that should work in most modern browsers (Chrome, Firefox, IE 9+, Safari, Opera). Since IndexedDB isn\'t supported by Sa
Does not fix functions as requested, but a way to store variables locally...
Blank
Keep all variables in object g. Example:
g
g.arr=[1,2,3];
Date
g.date=new Date(g.date);