HTML5 Tutorial – Local Storage
One of the new features that you may want to use in your line of business application is local storage. We can store data locally or use cookies.
localstorage provides a way to persist data on the client side without using cookies. The localStorage attribute provides persistent storage areas for domains. It allows Web applications to store nearly 10 MB of user data, such as entire documents or a user’s mailbox, on the client for performance reasons.