Once an HTML document has a manifest (cache.manifest), how can you remove it?

后端 未结 7 1110
别那么骄傲
别那么骄傲 2021-01-31 10:28

It seems that once you have a manifest entry, a la:


Then that page (the master entry in the cache) wil

7条回答
  •  粉色の甜心
    2021-01-31 11:08

    Try to simply delete the manifest file. From the mozzila docs :

    Application caches can also become obsolete. If the manifest is removed from the server, the browser removes all application caches that use that manifest, then sends an "obsoleted" event to the application cache object. Then the application cache's status is set to OBSOLETE.

    This also worked for me on chrome.

提交回复
热议问题