Are background script console logs supposed to be viewable from the popup context? #1106
Unanswered
Guccifer420
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When viewing console logs for the popup context, I also see logs from the background script. My understanding is that the background script runs in its own, separate context, so I'm confused why I would be seeing logs from the background script in the popup context. Is this expected behavior? If so, why?
I've verified this behavior with a brand new Plasmo project:
Here are the console logs I see when I right-click on the popup -> Inspect -> Console:
I would expect that I only see
[Popup] Console log from popup script
here, but I also see[Background] Console log from background script
.Beta Was this translation helpful? Give feedback.
All reactions