Exploring Browser Storage Options in Dev Tools

Are you open Application tab inside Dev tools? 🤔 I always use Local Storage and open application tab? And think what works others like IndexedDB, Session Storage etc. 🤔 Today, I explored just what they are? And where I can use it? 😎 Few example; Local Storage - 👉 Saves data permanently (you use already in todo list) Session Storage - 👉 Saves data temporarily (if you the close tab, then data clear) Extension Storage - 👉 Uses when you make browser extension IndexedDB - 👉 Same as local storage but saves data in larger amount even you can save data in gigabytes. Cookies - 👉 Small bits of data saved to send to the backend. Cache Storage - 👉 You can save files and open its offline. Notification - 👉 Used when you need to notify the user. etc.. (You can explore it own) All the others things, I guess it not important to know, but above things important and you maybe use it. Tell me in the comments box, are you know already? 😊 #heycoderji #webdevelopment #codingtips #javascript #frontend #webdev #programming #devtools #codinglife #webdevcommunity

  • Developer Tools - Application Tab Details
- Local Storage
- Session Storage
- Extension Storage 
- IndexedDB
- Cookies
- Cache Storage
- Notification

To view or add a comment, sign in

Explore content categories