ngStorage
ngStorage copied to clipboard
Optimization for IE11 event handling.
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.
Added another fix and minified version.
@crtag can you update your branch? I have had issues with IE as well.
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.