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
We could build on the changes made in #22949 to update the DevTools extension to use BroadcastChannel for communication rather than Window.postMessage. This might improve performance but we would need to investigate.
BroadcastChannel can also be explicitly closed which might simplify cleanup.