DEV Community

Discussion on: Cross Tab Communication with Javascript

Collapse
 
mansooromrani profile image
Mansoor Omrani • Edited

I think another method would be server push notifications. In the first tab the client notifies the server that I submitted a form. The server then notifies the second tab.

Collapse
 
naismith profile image
Chris Naismith

A benefit of this is that you dont need a server to do this. But it breaks down if you start using multiple browsers, and I would imagine containers in firefox as well.

But certainly is an option!