-
Notifications
You must be signed in to change notification settings - Fork 214
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
browser.devtools.panels.elements.createSidebarPane('Gem') return undefined on Chrome #246
Comments
this is likely due to the fact that webextension-polyfill/api-metadata.json Lines 206 to 221 in 8c7be46
and so it doesn't get wrapped as a promise-based API method. |
mentor: @rpl |
Hi: |
@akhilpanchal sure it is I would suggest to start by making sure that you understand the issue and be sure that you are able to reproduce it. In this particular case, you may want to start by:
Useful doc pages:
Once you are sure that you are able to reproduce the issue, you are ready to plan to make the needed changes in this repo and then verify that those changes do fix the issue in your minimal test extension as expected:
Let us know how it goes (and if you have questions, doubts, or if you got stuck on any of these steps). |
@rpl Thank you so much for the detailed response. That helped a lot. |
When I use
chrome.devtools.panels.elements.createSidebarPane
it works fineThe text was updated successfully, but these errors were encountered: