We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
runtime.onMessage.addListener
I followed the example in the Mozilla Webextension docs (here) and it does not seem to work in Chromium based Brave browser.
I get a response from the background script right away, but it is null, no matter what i return. If the listener is synchronous, it works just fine.
null
Any tips, or is this a known issue?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I followed the example in the Mozilla Webextension docs (here) and it does not seem to work in Chromium based Brave browser.
I get a response from the background script right away, but it is
null
, no matter what i return. If the listener is synchronous, it works just fine.Any tips, or is this a known issue?
The text was updated successfully, but these errors were encountered: