Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经使用 HTML5 AppManifest 在浏览器上缓存了一些 html 页面,现在我的要求是不更改 AppManifest 文件,我只想下载那些与缓存不同的文件,即同步更改的文件。是否可以?
我担心这是不可能的。缓存的设计由应用清单控制。您可以尝试applicationCache.update(),但这也取决于应用清单更改。
applicationCache.update()