HTML5 applicationCache in local development
Posted
by jesper
on Stack Overflow
See other posts from Stack Overflow
or by jesper
Published on 2010-05-28T18:34:03Z
Indexed on
2010/05/29
8:22 UTC
Read the original article
Hit count: 258
I'm experimenting with application cache based on this example: http://html5demos.com/html5demo.manifest
This example works fine in ff, but when I create analogous site (almost identical) I get only status "UNCACHED (numeric value 0) -- The ApplicationCache object's cache host is not associated with an application cache at this time."
I work on xampp and I've set correct mime-type. When the page is loading ff "is asking to store data on your computer for offline use" and when I show Tools -> Options -> Advanced -> Network -> Offline data there is localhost but with 0B size.
© Stack Overflow or respective owner