Sending messages to another tab using Js
Communicating between 2 tabs opens up exciting opportunities while creating web applications. Before we dive into its use cases, let's learn to send and receive messages between two tabs.
We should instantiate
BroadcastChannel with a channel_name a...
binayak.hashnode.dev1 min read