We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb6efd8 commit 14a383eCopy full SHA for 14a383e
1 file changed
README.md
@@ -34,8 +34,14 @@ If you're running a fusion standalone app check that code and include it the js
34
To enable the cache visualization open your browsers developer console and execute
35
`__enable_content_cache_debug__()`. This will add three new buttons.
36
37
-flaslight: toggle visualization
38
-clipboard: displays a list of used cached entries in a hierarchical order
39
-X: disble debug mode
+🔦: toggle visualization
+📋: displays a list of used cached entries in a hierarchical order
+❌: disble debug mode
40
+
41
+If you'd like to persist the active debug state you can add a `true` to the method
42
+```
43
+__enable_content_cache_debug__(true)
44
45
+This will set a cookie and the debug mode will still be active after a page refresh.
46
47

0 commit comments