Skip to content

Commit

Permalink
Add runtime.onPerformanceWarning (#22196)
Browse files Browse the repository at this point in the history
  • Loading branch information
rebloor authored Mar 12, 2024
1 parent b3a70ce commit a5cbacb
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions webextensions/api/runtime.json
Original file line number Diff line number Diff line change
Expand Up @@ -994,6 +994,26 @@
}
}
},
"onPerformanceWarning": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Mozilla/Add-ons/WebExtensions/API/runtime/onPerformanceWarning",
"support": {
"chrome": {
"version_added": false
},
"edge": "mirror",
"firefox": {
"version_added": "124"
},
"firefox_android": "mirror",
"opera": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror"
}
}
},
"onRestartRequired": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Mozilla/Add-ons/WebExtensions/API/runtime/onRestartRequired",
Expand Down

0 comments on commit a5cbacb

Please sign in to comment.