How to store a list in the web sql or any type of storage in the browser,
I have found three ways to store data in the browser, i.e. localstorage,session storage and web sql with html5 so i need to store the java.util.List in the browser and need to modify it at in future so is there any way to do so?
How to store a list in the web sql or any type of storage
Share
I got the answer, we need to first take the list in local var in the page and than through javascript iterate it and store in the local browser db.