Skip to content

Commit

Permalink
Menu update and remove error message support note (#25710)
Browse files Browse the repository at this point in the history
* Menu update and remove error message support note

* Update prior behavior information (after testing)

* Apply suggestions from review

Co-authored-by: Rob Wu <[email protected]>

---------

Co-authored-by: Rob Wu <[email protected]>
  • Loading branch information
rebloor and Rob--W authored Jan 30, 2025
1 parent 5267372 commit 6b05bed
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions webextensions/api/menus.json
Original file line number Diff line number Diff line change
Expand Up @@ -807,7 +807,8 @@
"edge": "mirror",
"firefox": [
{
"version_added": "55"
"version_added": "55",
"notes": "From Firefox 136, an error message is returned when the menu item doesn't exist. Previously, the error was ignored and the promise fulfilled."
},
{
"alternative_name": "contextMenus.remove",
Expand Down Expand Up @@ -871,7 +872,8 @@
"edge": "mirror",
"firefox": [
{
"version_added": "55"
"version_added": "55",
"notes": "From Firefox 136, an error message is returned when the menu item doesn't exist. Previously, the error was ignored and the promise fulfilled."
},
{
"alternative_name": "contextMenus.update",
Expand Down

0 comments on commit 6b05bed

Please sign in to comment.