|
|
@@ -146,7 +146,7 @@ this.singlefile.lib.lazy.content.loader = this.singlefile.lib.lazy.content.loade
|
|
|
}
|
|
|
|
|
|
async function clearAsyncTimeout(timeoutId) {
|
|
|
- if (this.browser && browser && browser.runtime && browser.runtime.sendMessage) {
|
|
|
+ if (this.browser && browser.runtime && browser.runtime.sendMessage) {
|
|
|
await browser.runtime.sendMessage({ method: "lazyTimeout.clearTimeout", id: timeoutId });
|
|
|
} else {
|
|
|
return clearTimeout(timeoutId);
|