-
Notifications
You must be signed in to change notification settings - Fork 2k
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
webextensions.api.proxy.settings - Missing other browser data #20979
Comments
@erosman this is problematic. My understanding is that this was done deliberately to avoid the potential confusion on the part of a Firefox extension developer migrating their extension to Chrome thinking that the APIs would be essentially the same. We unfortunately don't have a mechanism for indicating that these are browser-specific APIs. Any thoughts @rpl or @Rob--W ? |
Let's add a note to the BCD that emphasizes that Chrome/Edge/Opera has a different implementation under the same name. And also a NOTE in mdn/content, with a link to Chrome's docs. |
@Rob--W While a bit off-topic, Chrome implementation does have some good merits, especially in handling of "singleProxy". |
I made the following table which might be useful. proxy.settings API Comparison
|
Fix completed by changes in Superseded by changes in Add missing __compat+mdn_url to top-level extension namespaces |
What type of issue is this?
Incorrect support data (example: BrowserX says "86" but support was added in "40")
What information was incorrect, unhelpful, or incomplete?
Missing other browser data
What browsers does this problem apply to, if applicable?
No response
What did you expect to see?
Other browser data added
Note
Please note that while the API is supported by other browsers, there are differences in their details & implementation.
MDN:
Other:
Did you test this? If so, how?
I use
chrome.proxy.settings.set()
in addons that I develop.Also: Examples
Note
API is not supported in Firefox on Android yet.
Support proxy.settings API on Android
Can you link to any release notes, bugs, pull requests, or MDN pages related to this?
No response
Do you have anything more you want to share?
No response
MDN URL
https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/proxy/settings
MDN metadata
MDN page report details
webextensions.api.proxy.settings
The text was updated successfully, but these errors were encountered: