Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 376 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 376 Bytes

Tab List

  • Assigns a random timestamp based ID to each tab.
  • Keeps track of all browser tabs on the same origin.
  • Elects a leader tab. Tab with the lowest ID is the leader, i.e. the oldest tab Technically this will not be 100% accurate, but most of the time there will be a single leader.
  • Allows to establish a two-way communication channel between any two tabs.