Skip to content

Commit 14a383e

Browse files
committed
TASK: Add some more informations to readme
1 parent eb6efd8 commit 14a383e

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,14 @@ If you're running a fusion standalone app check that code and include it the js
3434
To 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)

0 commit comments

Comments
 (0)