HTML5 Cache — Is it possible to have several distinct caches for a single URL?

前端 未结 7 1217
遥遥无期
遥遥无期 2020-12-09 12:57

Every URL can be linked to a single cache manifest. But I want several cache manifests linked to a same URL. Here is the reason:

Some files I want to be cached are r

7条回答
  •  北海茫月
    2020-12-09 13:20

    If the Iframe trick does not work, use the HTML5 FileSystem API

    See http://updates.html5rocks.com/2012/04/Taking-an-Entire-Page-Offline-using-the-HTML5-FileSystem-API

提交回复
热议问题