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
Running https://github.com/rpwoodbu/mosh-chrome and for some reason it seems this doesn't show up as a window in the chrome.windows.getAll() call.
chrome.windows.getAll()
The text was updated successfully, but these errors were encountered:
As best I can tell it is considered to have the same ID as the first chrome window I opened.
Sorry, something went wrong.
From https://developer.chrome.com/extensions/windows
"app" in this API. A Chrome App window. Extensions can only see their app own windows.
so I guess this is not fixable for any apps really. Perhaps mention this in the README if it's really the case and then just close this bug?
No branches or pull requests
Running https://github.com/rpwoodbu/mosh-chrome and for some reason it seems this doesn't show up as a window in the
chrome.windows.getAll()
call.The text was updated successfully, but these errors were encountered: