summaryrefslogtreecommitdiffstats
path: root/devtools/docs/user/storage_inspector/cache_storage/index.rst
diff options
context:
space:
mode:
Diffstat (limited to 'devtools/docs/user/storage_inspector/cache_storage/index.rst')
-rw-r--r--devtools/docs/user/storage_inspector/cache_storage/index.rst12
1 files changed, 12 insertions, 0 deletions
diff --git a/devtools/docs/user/storage_inspector/cache_storage/index.rst b/devtools/docs/user/storage_inspector/cache_storage/index.rst
new file mode 100644
index 0000000000..68dc86cd2b
--- /dev/null
+++ b/devtools/docs/user/storage_inspector/cache_storage/index.rst
@@ -0,0 +1,12 @@
+=============
+Cache Storage
+=============
+
+Under the *Cache Storage* type within the :doc:`Storage Inspector <../index>` you can see the contents of any DOM caches created using the `Cache API <https://developer.mozilla.org/en-US/docs/Web/API/Cache>`_. If you select a cache, you'll see a list of the resources it contains. For each resource, you'll see:
+
+
+- the URL for the resource.
+- the status code for the request that was made to fetch it.
+
+.. image:: cache_storage_detail.png
+ :class: border