Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Latest commit

 

History

History
31 lines (25 loc) · 1.06 KB

File metadata and controls

31 lines (25 loc) · 1.06 KB
title description layout date authors hero alt tags
DevTools Tips: Local and session storage
Use Application > Local Storage and Session Storage to debug key-value pairs.
layouts/blog-post.njk
2023-06-29
sofiayem
image/NJdAV9UgKuN8AhoaPBquL7giZQo1/JAKMxkkxD5UFEwyYq0po.png
DevTools Tips hero logo
devtools
devtools-tips

Use the Application > Storage > Local Storage and Session Storage panes to debug the local (persistent) and session (temporary) storage respectively. Watch the video, to see storage debugging in action.

{% YouTube id='5o8krh_Qduk' %}

In the Local Storage and Session Storage panes, you can:

  • View key-value pairs and filter through them.
  • Double-click to edit keys and values and see the changes applied on the page after a refresh.
  • Double-click the empty area to add new key-value pairs. To remove a pair, right-click it.

To learn more, see: