Cross-tab Communication using localStorage
Did you know that localStorage fires an event? More specifically, it fires an event whenever an item is added, modified, or removed in another browsing context.
Cross-tab Communication using localStorage
Did you know that localStorage fires an event? More specifically, it fires an event whenever an item is added, modified, or removed in another browsing context.
Here (https://github.com/slimjack/IWC) is an inter-window communication library based on localStorage which allows to communicate between windows as between parallel processes (mutexes, shared data, eventbus…).