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
The devtools.panels namespace has a method called setOpenResourceHandler() that links to devtools.inspectedWindow.resource. For some reason it's rendering the last part of the link as devtools_inpsectedWindow instead of devtools.inspectedWindow.
devtools.panels
setOpenResourceHandler()
devtools.inspectedWindow.resource
devtools_inpsectedWindow
devtools.inspectedWindow
I suspect this is a problem with links to namespaces that contain namespaces: devtools, enterprise, input and system specifically.
devtools
enterprise
input
system
The text was updated successfully, but these errors were encountered:
One of the broken links even shows up in navigation, as shown by a link checker extension.
Sorry, something went wrong.
No branches or pull requests
The
devtools.panels
namespace has a method calledsetOpenResourceHandler()
that links todevtools.inspectedWindow.resource
. For some reason it's rendering the last part of the link asdevtools_inpsectedWindow
instead ofdevtools.inspectedWindow
.I suspect this is a problem with links to namespaces that contain namespaces:
devtools
,enterprise
,input
andsystem
specifically.The text was updated successfully, but these errors were encountered: