SaneMethod / jquery-ajax-localstorage-cache

Ajax Cache backed by localStorage for jQuery
Other
379 stars 79 forks source link

Support for deferred chaining #13

Closed jpillora closed 9 years ago

jpillora commented 11 years ago

My demo isn't working, maybe no localstorage in iframes ? http://jsfiddle.net/ZFexL/1/

However based on the source, I don't think getting deferred ajax results from the cache will work using jQuery.ajaxPrefilter as it fires asychronously, though I could be wrong...

AYLIEN commented 11 years ago

+1

taf2 commented 11 years ago

incase anyone else comes looking here this is a good explanation of what you'd need to do get this working: http://blog.artlogic.com/2013/06/27/ajax-caching-transports-compatible-with-jquery-deferred/