Francis Baziele Saahbaziele.hashnode.dev·Aug 14, 2024Sharing Data Between Tabs With JavaScriptThe BroadcastChannel API is a Web API that allows communication between tabs, browser windows, iframes and workers, provided they are of the same origin. Two URLs are said to be of the same origin if the have the same the protocol, port (if specified...BroadcastChannel
Naimur Rahmannaimur.dev·Sep 6, 2023BroadcastChannel API: Sending Messages Between TabsWhy Tab Communication in Web Browser Matters Communicating between different tabs or windows in a web browser is super important for many reasons. Imagine you have several open tabs while shopping online. You put an item in your cart in one tab, and ...17 likes·589 readscommunication