DEV Community

Discussion on: Send data between tabs with JavaScript

Collapse
 
jcubic profile image
Jakub T. Jankiewicz • Edited

I've created an JS library that abstracts that away. It uses both broadcastChannel and localStorage. And it has an API for cross-domain communication as well sysend.js. It also works in IE 11, that has some issues (as always).