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
On Chrome, if an extension's content script call window.focus()
during Port.onMessage handlers, then Chrome will activate the tab.
Therefore there's a race condition causing philc#3242.
In my tests, a `setTimeout` is just enough to avoid this activating.
0 commit comments