You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.
Some queryInfo arrangements will return the Brave frame, while others will not. For instance, if you limit the results only to pinned tabs, the Brave frame will not be returned. If you limit it to audible tabs, the Brave frame will be returned (in additional to any audio-producing tabs).
Did you search for similar issues before submitting this one?
Yes
Describe the issue you encountered:
The
chrome.tabs.query
method returns the main Brave application frame in its results.Platform (Win7, 8, 10? macOS? Linux distro?):
Desktop
Brave Version (revision SHA):
4e86cab
Steps to reproduce:
chrome.tabs.query({}, t => console.dir(t))
Actual result:
…/app.asar/app/extensions/brave/index.html is included in the results.
Expected result:
The results only include browser tabs.
Will the steps above reproduce in a fresh profile? If not what other info can be added?
Yes
Is this an issue in the currently released version?
Yes
Can this issue be consistently reproduced?
Yes
Any related issues:
Extension API: chrome.tabs.query #8811
The text was updated successfully, but these errors were encountered: