Skip to content
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

[electron-chrome-extensions] chrome.tabs.onUpdated (and others) doesn't exist in devtools context #87

Open
Kilian opened this issue May 31, 2023 · 2 comments

Comments

@Kilian
Copy link
Contributor

Kilian commented May 31, 2023

When inspecting chrome.tabs in the devtools context, a lot of the functions support is claimed for are missing:

image

Is this by design, and is there a way to make them available from devtools extension panels as well?

@samuelmaddock
Copy link
Owner

Can you share an Electron Fiddle gist or steps describing how this context is being inspected?

@Kilian
Copy link
Contributor Author

Kilian commented Jun 5, 2023

The extension this was for has since updated to include a workaround, but I usually launch Electron with a remote debugging port, open the devtools for the specific webContents, then use chrome://inspect to inspect that devtools instance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants