DEV Community

Discussion on: Difference Between Web Storage Types

Collapse
 
ssimontis profile image
Scott Simontis

I always view cookies as existing for the benefit of the server, not the client, since it gets passed with every request.

IndexedDB is perhaps the most exciting storage option, and it has many advantages over LocalStorage in terms of storage space, object typing, asynchronous access...the point is, check it out!