summaryrefslogtreecommitdiffstats
path: root/devtools/docs/user/storage_inspector/local_storage_session_storage/index.rst
diff options
context:
space:
mode:
Diffstat (limited to 'devtools/docs/user/storage_inspector/local_storage_session_storage/index.rst')
-rw-r--r--devtools/docs/user/storage_inspector/local_storage_session_storage/index.rst23
1 files changed, 23 insertions, 0 deletions
diff --git a/devtools/docs/user/storage_inspector/local_storage_session_storage/index.rst b/devtools/docs/user/storage_inspector/local_storage_session_storage/index.rst
new file mode 100644
index 0000000000..31e0b0ebe4
--- /dev/null
+++ b/devtools/docs/user/storage_inspector/local_storage_session_storage/index.rst
@@ -0,0 +1,23 @@
+===============================
+Local Storage / Session Storage
+===============================
+
+When an origin corresponding to local storage or session storage is selected within the :doc:`Storage Inspector <../index>`, the names and values of all the items corresponding to local storage or session storage will be listed in a table.
+
+You can edit local and session storage items by double-clicking inside cells in the :ref:`Table Widget <storage-inspector-table-widget>` and editing the values they contain:
+
+.. raw:: html
+
+ <iframe width="560" height="315" src="https://www.youtube.com/embed/UKLgBBUi11c" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
+ <br/>
+ <br/>
+
+You can delete local storage and session storage entries using the context menu:
+
+.. image:: delete_storage_menu.png
+ :class: border
+
+
+You can also delete local and session storage entries by selecting an item and pressing the :kbd:`Delete` or :kbd:`Backspace` key.
+
+Finally, you can add new storage items by clicking the "Plus" (+) button and then editing the resulting new row to the value you want.