JavaScript: Cross-window communication in the front-end

preview_player
Показать описание
In this session we look at how you could create an event listener to detect local storage events with the aim of implementing cross-tab and cross-window communication in web apps.
Рекомендации по теме
Комментарии
Автор

Will this approach work if the domains on both windows are different ?

anmolmiddha
Автор

Hi, awesome video but I'm confused on one thing. The a and b, what exactly does that mean? How does your code know to reference the other window? (I'm a beginner.)

Garbageprincess