Sending and receiving data between browser tabs with BroadcastChannel
In this guide I’ll show you how you can send messages between browser tabs just like this:
BroadcastChannel only allows you to communicate between tabs in the same browser, on the same system, and the same origin. And it also allows you to communica...
ghoulkingr.hashnode.dev5 min read