开发者

ajax with manifest not workign

开发者 https://www.devze.com 2023-01-28 15:05 出处:网络
I have a strange problem with my web app. It is app which loads data from database and than it can work offline (HTML5 database feature).

I have a strange problem with my web app. It is app which loads data from database and than it can work offline (HTML5 database feature).

But when I added manifest file to made offline mode more powerful, ajax calls for loading data from server开发者_Go百科 to client does't working anymore.

Does anybody know what can be reason for that? Does adding manifest file make ajax calls unusable?

nest


You likely need to include any server-side AJAX files in the NETWORK section of your cache manifest. This should let your AJAX calls work properly. Note however that this will ONLY work when the user is online. If they're running the application from cache and are offline, any AJAX calls will fail since the server is unavailable.

0

精彩评论

暂无评论...
验证码 换一张
取 消