You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 31, 2022. It is now read-only.
Block submissions for non-active tabs for the first 30 seconds after startup except for active/focused tabs. The tab object is available as the sendMessage sender so you can check which tab is active there without requeing tabs permission or complexity. Just add a boolen in background.ja called allowBackgroundTabSubmissions set to false, and flip it to true after a timeout.
Would normally submit background tabs, but just inoring these at startup should fix this issue. If the first thing you do is open a page and open ten background tabs, you might loose some submissions. Could also look at the tab creation time; I believe that is also available in the tab object.
Expected: Only newly opened tabs should be sent to Timeline.
Actual: Every tab from the previous session is resubmitted at the same time.
The text was updated successfully, but these errors were encountered: