Changelog for Thunderbird 124

The following WebExtension API changes were introduced in Thunderbird 124.

runtime

api runtime
  • event onPerformanceWarning — Fired when a runtime performance issue is detected with the extension. Observe this event to be proactively notified of runtime performance problems with the extension.

  • type OnPerformanceWarningCategory — The performance warning event category, e.g. ‘content_script’.

  • type OnPerformanceWarningSeverity — The performance warning event severity. Will be ‘high’ for serious and user-visible issues.