Skip to content
This repository has been archived by the owner on Jul 17, 2019. It is now read-only.

Latest commit

 

History

History
12 lines (9 loc) · 540 Bytes

File metadata and controls

12 lines (9 loc) · 540 Bytes

Communication between tabs

Spotify Logo

Design a library in javascript to provide communication between different tabs(or windows) of the same browser.

Points: 3

  • Support only modern browsers.
  • You can't assume that you will have a reference to the window object that you want to communicate with.
  • Hint: you can use localStorage for it.
  • We only need to pass basic string messages.