AJAX 获取页面不在清单上

发布于 2024-10-03 22:39:51 字数 131 浏览 1 评论 0原文

使用缓存的 HTML 页面和 JQuery,似乎不可能从服务器获取清单中未列出的页面。每当我尝试访问不在清单上的页面时,它总是返回 null 或“”。有人设法访问不在清单上的页面吗?如果是这样,怎么办?此代码将部署在 Webkit 上(每晚构建)。

With a cached HTML page and JQuery, It seems it is impossible to get a page from the server that was not listed on the manifest. Any time I try to access a page not on the manifest, it always returns null, or "". Has anyone managed to access a page not on the manifest? If so, how? This code will deployed on Webkit(nightly build).

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

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

发布评论

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

评论(1

亚希 2024-10-10 22:39:51

知道了!也很简单...
我忘记添加以下内容到缓存

CACHE MANIFEST
NETWORK:
*
CACHE:
index.php
...

网络:允许ajax获取不在缓存上的任何页面

Got It! Pretty simple too...
I forgot to add the following to cache

CACHE MANIFEST
NETWORK:
*
CACHE:
index.php
...

The NETWORK: allows ajax to get any pages not on the cache

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