Skip to content

Commit

Permalink
Add compat data for "discarded" inside browser.tabs.create() (#2808)
Browse files Browse the repository at this point in the history
  • Loading branch information
yfdyh000 authored and wbamberg committed Sep 13, 2018
1 parent 676b953 commit 422a8cb
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions webextensions/api/tabs.json
Original file line number Diff line number Diff line change
Expand Up @@ -955,6 +955,27 @@
}
}
},
"discarded": {
"__compat": {
"support": {
"chrome": {
"version_added": false
},
"edge": {
"version_added": false
},
"firefox": {
"version_added": "63"
},
"firefox_android": {
"version_added": "63"
},
"opera": {
"version_added": false
}
}
}
},
"index": {
"__compat": {
"support": {
Expand Down Expand Up @@ -1065,6 +1086,27 @@
}
}
},
"title": {
"__compat": {
"support": {
"chrome": {
"version_added": false
},
"edge": {
"version_added": false
},
"firefox": {
"version_added": "63"
},
"firefox_android": {
"version_added": "63"
},
"opera": {
"version_added": false
}
}
}
},
"url": {
"__compat": {
"support": {
Expand Down

0 comments on commit 422a8cb

Please sign in to comment.