有没有 Html5 应用程序缓存加载器工具?
一旦您掌握了应用程序缓存,是否有任何工具可以将应用程序缓存加载到浏览器缓存中?
假设我的应用程序缓存清单(例如 example.appcache)包含以下内容
CACHE MANIFEST
# v1.0
CACHE:
1.html
2.html
3.html
,并且我手头有缓存文件,我是否能够将内容部署到浏览器缓存? (在 Chrome 浏览器中)
提前致谢!
Is there any tool that can load an application cache to the browser cache once you have the application cache in hand?
say my app cache manifest (say example.appcache) contains the following content
CACHE MANIFEST
# v1.0
CACHE:
1.html
2.html
3.html
and i have the cache files in hand will i be able to deploy the content to the browser cache? ( in chrome browser )
Thanks in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Craig Shoemaker 引用的文章中的相关部分是这样的:
The relevant section from the article referenced by Craig Shoemaker is this: