summaryrefslogtreecommitdiffstats
path: root/devtools/docs/user/storage_inspector/cache_storage
diff options
context:
space:
mode:
Diffstat (limited to 'devtools/docs/user/storage_inspector/cache_storage')
-rw-r--r--devtools/docs/user/storage_inspector/cache_storage/cache_storage_detail.pngbin0 -> 15950 bytes
-rw-r--r--devtools/docs/user/storage_inspector/cache_storage/index.rst12
2 files changed, 12 insertions, 0 deletions
diff --git a/devtools/docs/user/storage_inspector/cache_storage/cache_storage_detail.png b/devtools/docs/user/storage_inspector/cache_storage/cache_storage_detail.png
new file mode 100644
index 0000000000..42a8f5c7e3
--- /dev/null
+++ b/devtools/docs/user/storage_inspector/cache_storage/cache_storage_detail.png
Binary files differ
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