Spotify Player Across Tabs #95
Labels
complex
A decent challenge diving into advanced topics
js browser api
Will need to use more advanced browser apis, and should ensure cross compatibility between browsers
Info
The Problem
When multiple tabs are opened, the spotify web player will instantiate a new instance each time per tab. Furthermore, these different instances cannot communicate with each other. This is an issue when the admin plays something from the dashboard, and wants to pull up a board showing the currently playing track.
Possible Solutions
Considerations
beforeunload
event in js? How to block users from closing a window in Javascript?Task
Requirements:
The text was updated successfully, but these errors were encountered: