https://github.com/vitkarpov/tabs-test
https://github.com/vitkarpov/tabs-test
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vitkarpov/tabs-test
- Owner: vitkarpov
- Created: 2016-01-24T14:44:47.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-24T14:45:25.000Z (over 9 years ago)
- Last Synced: 2025-01-17T23:19:45.986Z (3 months ago)
- Language: HTML
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Communication between tabs
==========================
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](https://developer.mozilla.org/en-US/docs/Web/Guide/DOM/Storage#localStorage) for it.
* We only need to pass basic string messages.