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

Optimization for IE11 event handling. #56

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

crtag
Copy link

@crtag crtag commented Jul 3, 2014

Event handler called multiple times and if storage holds significant number of records that kills the browser on each iteration when it attempts keep values in sync. This fix aimed to reduce number of dummy calls when stored value hasn't changed, and optimize its sync logic.

crtag and others added 2 commits July 4, 2014 10:12
Event handler called multiple times and if storage holds significant number of records that kills the browser on each iteration when it attempts keep values in sync. This fix aimed to reduce number of dummy calls when stored value hasn't changed, and optimize its sync logic.
@crtag
Copy link
Author

crtag commented Jul 21, 2014

Added another fix and minified version.

@futurechan
Copy link

@crtag can you update your branch? I have had issues with IE as well.

@crtag
Copy link
Author

crtag commented Jul 24, 2015

Sorry, I've lost track of this project, but as far as I remember I just dropped it since there's no need really to use any layer of abstraction like this, ie I've ended up with plain interface that fit my exact purpose to communicate with storage. If you just want me to merge master into my branch I can do that, just let me know. Cheers.

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

Successfully merging this pull request may close these issues.

2 participants