HTML 5 offline caching
        Posted  
        
            by kRON
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by kRON
        
        
        
        Published on 2009-07-30T14:55:37Z
        Indexed on 
            2010/05/03
            2:58 UTC
        
        
        Read the original article
        Hit count: 442
        
I've read the following Mozilla Developer article that explains how to implement HTML 5 offline resource caching in web apps.
I've tried testing this locally: added the mime type to the list, created the manifest file, changed my doctype to the HTML 5 doctype, specified the manifest attribute and the correct path on the HTML element--but still I don't see the manifest file being consumed by Firefox at all. I've also checked the access logs on Apache and didn't see any requests for the manifest file being made.
Has anyone given it a jab and had any success? I just don't know how to further troubleshoot the issue and would welcome any suggestions.
© Stack Overflow or respective owner