The requirement is to execute the event listener on a single tab only. The event listener is an API which should be triggered through one tab when multiple browser tabs are opened. What is the best approach to do so?
Tried LocalStorage and StorageEvent but this seems to cause race condition