You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Notes can hang when the window loses focus and the user releases held notes.
Impact
Hung notes. The user has to pause and restart the audio to stop them.
Solution
The Page Visibility API may help in some cases like switching browser tabs, but will not work when a developer switches to another application and the browser window is still visible.
Window blur events might be a better overall solution.
The text was updated successfully, but these errors were encountered:
Summary
Problem
Notes can hang when the window loses focus and the user releases held notes.
Impact
Hung notes. The user has to pause and restart the audio to stop them.
Solution
The Page Visibility API may help in some cases like switching browser tabs, but will not work when a developer switches to another application and the browser window is still visible.
Window
blur
events might be a better overall solution.The text was updated successfully, but these errors were encountered: