-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update root-cert-stats to use runtime.sendMessage #542 #547
Conversation
It looks like this is your first pull request. 🎉 Thank you for your contribution! One of the project maintainers will triage and assign the pull request for review. We appreciate your patience. To safeguard the health of the project, please take a moment to read our code of conduct. |
@rpl I have exercised and confirmed the code appears to work as expected. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks!
I recently merged a linter workflow integration, I'll try to test that with your PR.
Co-authored-by: Rob Wu <[email protected]>
Congratulations on your first merged pull request. 🎉 Thank you for your contribution! Did you know we have a project board with high-impact contribution opportunities? We look forward to your next contribution. |
@ibzimh many thanks for your help on this one |
PR for Issue: Update root-cert-stats to use runtime.sendMessage #542
Description
I've added functionality for
runtime.sendMessage
andruntime.onMessage
and it works on my browser. I had to move the table displaying into a different function; i thought it would be easier to read than to put it in the response callback function.If there's something which is incorrect or should be changed, let me know!
Related issues and pull requests
"Fixes #542"