We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 669f747 commit 056d6cdCopy full SHA for 056d6cd
1 file changed
README.md
@@ -49,6 +49,7 @@ sequenceDiagram
49
participant Background
50
participant Devtools
51
participant Popup
52
+ Background->>Background: Cleanup Cache
53
Content Script->>Webpage: INIT
54
Note left of Webpage: Browser has devtools extension
55
Webpage->>Content Script: WELCOME
@@ -72,4 +73,5 @@ sequenceDiagram
72
73
Devtools->>Background: get-devtool-data
74
Background-->>Devtools: Data (Callback)
75
end
76
77
```
0 commit comments