Removing HTML5 Offline AppCache
问题 I have an HTML document with an associated appcache manifest. But now I want to get rid of offline application caching for a while. If I remove mention of the manifest from the <html> tag, browsers that already have a cached version will continue to use that cached version. If I update the appcache manifest, well, whatever, there is still an appcache. What is the most sensible way to go about removing offline application caching? I suppose that I could just change the manifest to have no