HTML5 web storage API is a storage mechanism that allows a web application to store data locally on the client side. This is because web storage has large client-side storage space for data. The limit of HTML5 storage is at least 5MB. This limit is larger compared to cookies with a limit of 4KB per domain.
Table of contents
Overview of HTML5 Web Storage APIUse Cases for Local Storage APIUse Cases for Session Storage APIConclusionSort: