Skip to content

Commit

Permalink
Add hidden to tabs.Tab. (#21392)
Browse files Browse the repository at this point in the history
  • Loading branch information
rebloor authored Nov 30, 2023
1 parent 8eae44a commit d0ead06
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions webextensions/api/tabs.json
Original file line number Diff line number Diff line change
Expand Up @@ -740,6 +740,25 @@
}
}
},
"hidden": {
"__compat": {
"support": {
"chrome": {
"version_added": false
},
"edge": "mirror",
"firefox": {
"version_added": "59"
},
"firefox_android": "mirror",
"opera": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror"
}
}
},
"highlighted": {
"__compat": {
"support": {
Expand Down

0 comments on commit d0ead06

Please sign in to comment.