Skip to content

Commit 056d6cd

Browse files
committed
docs(messaging-flow): add background cleanup cache
1 parent 669f747 commit 056d6cd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ sequenceDiagram
4949
participant Background
5050
participant Devtools
5151
participant Popup
52+
Background->>Background: Cleanup Cache
5253
Content Script->>Webpage: INIT
5354
Note left of Webpage: Browser has devtools extension
5455
Webpage->>Content Script: WELCOME
@@ -72,4 +73,5 @@ sequenceDiagram
7273
Devtools->>Background: get-devtool-data
7374
Background-->>Devtools: Data (Callback)
7475
end
76+
Background->>Background: Cleanup Cache
7577
```

0 commit comments

Comments
 (0)