-
Notifications
You must be signed in to change notification settings - Fork 215
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
Remove the warning logged when sendResponse callback is being called #386
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The warning (
SEND_RESPONSE_DEPRECATION_WARNING
) has been introduced as part of #97, along with introducing support for thesendResponse
callback (which wasn't previously supported by the polyfill at all).The warning refers to a W3C spec drafts that was created by a different W3C community group from the one being active right now, and those W3C spec drafts are now considered obsolete.
This issue is tracking the removal of the warning from the webextension-polyfill.
Some more historical context can be found in #97 (comment)
The text was updated successfully, but these errors were encountered: