Closed Fersaar closed 3 days ago
Hi @Fersaar, thank you for the contribution!
I will review it.
Add this here for reference: https://webextension-api.thunderbird.net/en/beta-mv3/changes/128.html
Hey @Jabb0, thanks for the review, I have updatet the PR and you can test it.
LGTM thanks!
I found that the error
I think the document.addEventListener("DOMContentLoaded", load);
is called too often.
I think this is not related to your changes here, they just surfaced them.
@Fersaar hey.
The service worker migration does not work as expected. In v3 background jobs are ephemeral.
I did the following:
The background page is restarted and thus the listeners are created/called again.
First of all, thank you for your work on this extension. When I tried to test it with Thunderbird v128, I got the attached error messages. The latest Thunderbird version seems to no longer fully support some parts of v2. The PR is my first work with Thunderbird extensions, so I may have overlooked something.
Fixed errors: