Storage in the browser debugger in JavaScript

A local storage content can be inspected and edited in the browser's debugger. To do this, go to the Application tab:

There you need to select the Local Storage tab:

In this tab you will see the keys of your data:

And the values of your data:

enru