Angular Cross Chat Tab with the BroadcastChannel API
Introducing the BroadcastChannel API
The BroadcastChannel API allows communication of different browsing contexts (windows, tabs, iframes). It’s explicitly designed to broadcast messages to other windows/tabs of the same origin.
The BroadcastChannel ...
nhannguyen.hashnode.dev2 min read