One of the coolest JS libraries I’ve seen this year is SYSEND. It is a small library that helps us send messages between pages that are open in the same browser. It also supports Cross-Domain communication (Cross-Origin). The library doesn’t have any dependencies and uses the HTML5 LocalStorage API or BroadcastChannel API. The questions for […]