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