HTML 5 Appcache works in safari/opera/chrome but not firefox

前端 未结 7 1386
花落未央
花落未央 2020-12-06 06:04

I have an html5 appcache running on a website, it works fine in Safari, Opera and Chrome but it fails to work on Firefox.

I have the following in my code:

         


        
7条回答
  •  臣服心动
    2020-12-06 06:54

    Look if the Server sets no-cache/no-store headers for the generated files. Firefox will then ignore the manifest in contrary to the other browsers.

提交回复
热议问题