Update root-cert-stats to use runtime.sendMessage #542
Labels
effort: medium
This task is a medium effort.
example
New or updated example
good first issue
A good issue for newcomers to get started with.
help wanted
If you know something about this topic, we would love your help!
p2
We want to address this but may have other higher priority items.
What information was incorrect, unhelpful, or incomplete?
This example use getBackgroundPage(). It's bad practice to use getBackgroundPage(), e.g. in a private browsing window that logic breaks. If you can fix the example to use what I just described, it would be great.
What did you expect to see?
This example should use runtime.sendMessage from popup.js + runtime.onMessage in the background page to send the data back.
Do you have any supporting links, references, or citations?
See #536 (comment)
Do you have anything more you want to share?
No response
The text was updated successfully, but these errors were encountered: