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
From the spec
Return true from the event listener if you wish to call sendResponse after the event listener returns
sendResponse
In the generated code here, we do not expose a way to specify that the optional parameter for the listener return value should be true.
The text was updated successfully, but these errors were encountered:
Similarly chrome.runtime.onMessageExternal does not work.
Sorry, something went wrong.
No branches or pull requests
From the spec
In the generated code here, we do not expose a way to specify that the optional parameter for the listener return value should be true.
The text was updated successfully, but these errors were encountered: