-
Notifications
You must be signed in to change notification settings - Fork 0
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
Test browser.* namespace with Chrome & Edge #2
Comments
Seemingly Chromium 131.0.6778.86 doesn't have the needed change:
|
Next best thing is:
...as suggested here. |
The above choose
This works:
|
Jimadine
added a commit
that referenced
this issue
Nov 27, 2024
Fixed in 3b38d4a. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently the extension uses the
chrome.*
namespace. The extension works in Firefox because:Source
However, ideally the
browser.*
namespace should be used but it's unclear whether Chrome supports this:Source
This github issue suggests support for
browser.*
namespace was merged earlier in the year, so there's a fair chance the general release of Chrome now supports it.Microsoft Edge appears to already support the
browser.*
namespace:Source
The text was updated successfully, but these errors were encountered: