ngStorage icon indicating copy to clipboard operation
ngStorage copied to clipboard

Optimization for IE11 event handling.

Open crtag opened this issue 10 years ago • 3 comments

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 avatar Jul 03 '14 22:07 crtag

Added another fix and minified version.

crtag avatar Jul 21 '14 04:07 crtag

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

futurechan avatar Jul 21 '15 15:07 futurechan

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.

crtag avatar Jul 24 '15 07:07 crtag