The Bassman
The Bassman

Reputation: 2361

How to get entries to cache manifest file

I'm quite new to cache manifest and appcache in particular. From what I understood, cache manifest is a file which lists those to be stored on the cache for offline use, correct? Whenever you visit a new page, the page itself and its resources will be stored on appcache and will be added on the cache manifest file. Is there an event handler when there is a new entry on the cache manifest and if possible get the value of these new entries?

Upvotes: 2

Views: 71

Answers (1)

Mike Nitchie
Mike Nitchie

Reputation: 1174

No, there isnt. You have no programmatic access to the file.

Upvotes: 1

Related Questions