Skip to content

Latest commit

 

History

History
13 lines (6 loc) · 537 Bytes

README.md

File metadata and controls

13 lines (6 loc) · 537 Bytes

TabSync

Tab sync as name suggest is about keeping the different tabs in the same browser in sync.

In the following demo, once the hexagon button is clicked, this triggers a function to send the totalCount data from the current tab to it's service worker and the service worker broadcasts the same to rest of the tabs open.

Hence keeping all the tabs in sync.

Demo : Github page

tabSync-demo