Skip to content

Commit

Permalink
Chrome 127 makes webextensions.api.action.openPopup generally avail…
Browse files Browse the repository at this point in the history
…able (#25399)

webextensions.api.action.openPopup generally available in chrome 127
  • Loading branch information
rebloor authored Dec 13, 2024
1 parent f635137 commit 7cd0be7
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions webextensions/api/action.json
Original file line number Diff line number Diff line change
Expand Up @@ -464,10 +464,16 @@
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Mozilla/Add-ons/WebExtensions/API/action/openPopup",
"support": {
"chrome": {
"version_added": "118",
"notes": "Is only available to policy installed extensions and dev builds (e.g., Canary)."
},
"chrome": [
{
"version_added": "127"
},
{
"version_added": "118",
"version_removed": "127",
"notes": "Is only available to policy installed extensions and dev builds (e.g., Canary)."
}
],
"edge": "mirror",
"firefox": {
"version_added": "109",
Expand Down

0 comments on commit 7cd0be7

Please sign in to comment.