HTML5 - cache manifest working great on Chrome but not on Firefox and Opera

后端 未结 13 1293
挽巷
挽巷 2020-12-15 17:55

I am developing a web app for offline use, thus I need to use the application cache functionality.

Everything works great on Chrome (15.0.874.106) but is doesn\'t wo

13条回答
  •  天涯浪人
    2020-12-15 18:29

    For Firefox, try this little trick:

     
    

    Its the "?1" that finally get Firefox to check for the latest file. That's what did the trick for me anyway. Hope this helps.

提交回复
热议问题