https://bugzilla.wikimedia.org/show_bug.cgi?id=45980

--- Comment #7 from Sam Wilson <[email protected]> ---
Appcache doesn't only cache the designated files, it also implicitly caches the
page that has the 'manifest' attribute. That page could be included in the
NETWORK section of the manifest, so that it's always pulled from remote, but
that would be tricky if the manifest is to be present on every wiki page.

I am currently using an application cache in an extension that makes
SemanticForms available for offline data entry. To do this the manifest file is
only loaded on particular pages, and lists all reasourceloader URLs along with
the cache keys. It also lists all of the pages that need to be made available
offline, and their last-modified dates.

Basically, it seems that the tricky part of appcache is making sure it's
refreshed at the appropriate time.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to