Hacker News new | ask | show | jobs
by eli 2932 days ago
The LocalStorage API is a more efficient way to store data client side with a a cleaner API
1 comments

But this is where cookies in modern browsers are stored - in the LocalStorage API no?

Aren't they complimentary instead of mutual exclusive?