触发AppCache下载
有没有办法触发应用程序缓存下载?我见过几个提供离线存储下载按钮的网络应用程序,但似乎没有这方面的事件。
动态更改标签中的清单文件也不起作用。
有人有解决方案吗?
提前致谢。
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,就是:
window.applicationCache.update()
Yes there it is:
window.applicationCache.update()