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
Need to check in detail, but the browser performance drops significantly with multiple LinkedIn tabs open.
From the top of my head, checking for new message boxes being added and then having event listeners for each of them is not the best idea. Every time you get a new message on LinkedIn, all the tabs open will open the popup for all the messages.
The text was updated successfully, but these errors were encountered:
Need to check in detail, but the browser performance drops significantly with multiple LinkedIn tabs open.
From the top of my head, checking for new message boxes being added and then having event listeners for each of them is not the best idea. Every time you get a new message on LinkedIn, all the tabs open will open the popup for all the messages.
The text was updated successfully, but these errors were encountered: