I've been searching for an answer for my problem. I'm using YUI3 to develop a web application and I need to use the offline cache, the problem is; What will happen if someone access my YUI3 offline cache with old-type browser without html5 support? And if YUI3 offline cache will only support html5 supported browsers, what can I use to support offline caching for every browser?

Just to make it clear that I'll only use YUI.

link|improve this question
feedback

1 Answer

up vote 1 down vote accepted

YUI3 offline cache will automatically use YUI3 cache when the browser is not supporting HTML5 local storage.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.