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
At several points the library adds focus and blur handlers to the window. However, there is no explicit unloading of these events.
Even after calling stopTimer or stopAllTimers events handlers are still registered and continued to fire. Because the event handlers are anonymous functions there is no explicit way to removing those specific handlers. Removing all handlers from the window could have unintended side effects on the client application.
The text was updated successfully, but these errors were encountered:
At several points the library adds focus and blur handlers to the window. However, there is no explicit unloading of these events.
Even after calling stopTimer or stopAllTimers events handlers are still registered and continued to fire. Because the event handlers are anonymous functions there is no explicit way to removing those specific handlers. Removing all handlers from the window could have unintended side effects on the client application.
The text was updated successfully, but these errors were encountered: