Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Window event handlers #53

Open
enmanuelr opened this issue Apr 16, 2019 · 0 comments
Open

Window event handlers #53

enmanuelr opened this issue Apr 16, 2019 · 0 comments

Comments

@enmanuelr
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant