Store messages in extension storage
Opened this issue · 0 comments
bgins commented
Summary
Problem
When a developer closes the devtools, messages they have observed are lost.
Impact
Developers will lose context if the close the devtools and have to start over.
Solution
Store messages in extension storage. Reload them each time the devtools are opened.
Add a clear messages button to let developers erase history if they want to.