Livewire and 2 browser windows

Does anyone have an experience of synchronizing 2 windows?
I have an idea how to improve user interface by using 2 windows in my app, but not sure where to start. Basically I want to emit messages between windows.
An example would be very helpful!
Thanks!

I don’t think it’ll be possible to emit events between windows, however, you might be able to poll and look for changes then update the content to sync between the two windows.

I was hoping that if you open one window from another, it is possible somehow to pass a parent reference to a new window.