触发AppCache下载

发布于 2024-12-29 05:43:12 字数 117 浏览 3 评论 0原文

有没有办法触发应用程序缓存下载?我见过几个提供离线存储下载按钮的网络应用程序,但似乎没有这方面的事件。

动态更改标签中的清单文件也不起作用。

有人有解决方案吗?

提前致谢。

Is there a way to trigger an application cache download? I've seen several webapps which provide a download for offline storage button, but it seems there's no event for this.

Dynamically changing the manifest file in the tag doesn't work too.

Does anyone has a solution for this?

Thanks in advance.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

悲念泪 2025-01-05 05:43:12

是的,就是:window.applicationCache.update()

Yes there it is: window.applicationCache.update()

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文