File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -34,8 +34,14 @@ If you're running a fusion standalone app check that code and include it the js
3434To enable the cache visualization open your browsers developer console and execute
3535` __enable_content_cache_debug__() ` . This will add three new buttons.
3636
37- flaslight: toggle visualization
38- clipboard: displays a list of used cached entries in a hierarchical order
39- X: disble debug mode
37+ 🔦: toggle visualization
38+ 📋: displays a list of used cached entries in a hierarchical order
39+ ❌: 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.
4046
4147![ Demo] ( demo.gif )
You can’t perform that action at this time.
0 commit comments