Use Thunderbird background scripts for MV3
This commit is contained in:
parent
953cd501a7
commit
e5f89222a3
4 changed files with 6 additions and 4 deletions
|
|
@ -26,5 +26,5 @@ async function bootstrap() {
|
|||
}
|
||||
|
||||
bootstrap().catch(caughtError => {
|
||||
logError("Failed to bootstrap background service worker", caughtError);
|
||||
logError("Failed to bootstrap background script", caughtError);
|
||||
});
|
||||
|
|
|
|||
|
|
@ -106,7 +106,7 @@ export class PsiTransferClient {
|
|||
};
|
||||
|
||||
if (!tus?.Upload) {
|
||||
throw new Error("Vendored tus client did not load. Verify vendor/tus.js is packaged and accessible to the background service worker.");
|
||||
throw new Error("Vendored tus client did not load. Verify vendor/tus.js is packaged and accessible to the background context.");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue