Modern web browsers offer several storage options for web applications. And each storage option is unique and has its properties and applications.

However, choosing the right storage option for your use case requires a solid understanding of their properties and limitations.

In this article, I will be diving into five browser storage options and their state while helping you find the best fit for your use case.

Introduction to Storage Options and Properties

If you do a quick glimpse into Chrome DevTools, you should be able to find the browser storage types listed below.

  • Local Storage
  • Session Storage
  • IndexedDB
  • Web SQL
  • Cookies

Let’s find out details about each storage option and its unique properties.

#javascript

Browser Storage Options and Their State in 2021
1.25 GEEK