We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 656ebbd commit 964a8ecCopy full SHA for 964a8ec
src/service.ts
@@ -289,8 +289,8 @@ export class Codecov {
289
}
290
291
async canOpenConsentTab(): Promise<Boolean> {
292
- // Returns whether the consent tab was opened this session. Resolves the
293
- // case where two consent tabs are opened simultaneously.
+ // Returns false if the consent tab has been opened in the last two seconds.
+ // Resolves the case where two consent tabs are opened simultaneously.
294
const locked = await browser.storage.local
295
.get([consentTabLock])
296
.then((res) => res[consentTabLock]);
0 commit comments