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

"once" in event listener option #1

Closed
sqal opened this issue Dec 14, 2016 · 1 comment
Closed

"once" in event listener option #1

sqal opened this issue Dec 14, 2016 · 1 comment
Assignees
Labels
T: enhancement Functionality that enhances existing features

Comments

@sqal
Copy link

sqal commented Dec 14, 2016

I have noticed that here L72 you're using once option in addEventListener function. The thing is. This option is not well supported as you can see here - http://caniuse.com/#feat=once-event-listener so in many browsers, added event listeners like this are not going to remove themselves, so you're going to have memory leak right there. It's worth to refactor.

@johnleider johnleider added the T: enhancement Functionality that enhances existing features label Dec 14, 2016
@johnleider
Copy link
Member

Resolved with commit b369f0.

@nekosaur nekosaur mentioned this issue Aug 14, 2017
johnleider pushed a commit that referenced this issue Oct 2, 2018
Added Serbian cyrilic translation.
KaelWD pushed a commit that referenced this issue Oct 28, 2018
i18n Hookup, Homepage, Component Doc Component
@lock lock bot locked as resolved and limited conversation to collaborators Sep 5, 2019
@johnleider johnleider self-assigned this Jan 24, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
T: enhancement Functionality that enhances existing features
3 participants