My HTML5 Application Cache Manifest is caching everything

前端 未结 3 671
伪装坚强ぢ
伪装坚强ぢ 2020-11-28 05:03

UPDATE:

** I posted this question when this feature was really new, I realize now that this feature should not be used this way unless it is used vi

3条回答
  •  死守一世寂寞
    2020-11-28 05:28

    The appcache always contains the page that contains the manifest attribute in the html tag.

    If you want that page itself to be dynamic, you must load content into it with an ajax call to a service that is in the NETWORK section.

提交回复
热议问题