Well, but taking the application " http://iui-js.appspot.com/iui/ext-sandbox/cache-manager/cache-demo.html # _iui-cache-panel" as an example, wtih the Safari browser and Development Tools, I can not see if you downloaded the file manifest, or if what is occurring is local or server.
2011/2/8 Peter Rust <[email protected]> > One way to tell if the web app is being cached or not is to snoop in > Safari’s ApplicationCache database. Here’s the thread on finding the > database files: > http://groups.google.com/group/iphonewebdev/browse_thread/thread/32f69da8f3b4d0b5/683f35254714367f?lnk=gst&q=location+sqlite#683f35254714367f. > I’m not sure if Safari dev tools include a sqlite database viewer, if not, > you can view the contents of the file with the Firefox SQLite Manager > add-on: https://addons.mozilla.org/en-US/firefox/addon/sqlite-manager/. > > > > Another option is to subscribe to the application cache events – we found > this indispensable when testing an application cache. We used a simple > javascript file that Jonathan Stark posted a while back: > http://jonathanstark.com/blog/2009/09/27/debugging-html-5-offline-application-cache/ > . > > > > -- peter > > > > *From:* [email protected] [mailto: > [email protected]] *On Behalf Of *JOSE QUINTERO > *Sent:* Monday, February 07, 2011 3:40 PM > *To:* [email protected] > *Subject:* Application Cache > > > > It is possible to know if is active a manifest file with default Safari > development > tools? > I do not get to know if the application is cached or not. > > Thanks. > > Jose > > -- > You received this message because you are subscribed to the Google Groups > "iPhoneWebDev" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<iphonewebdev%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/iphonewebdev?hl=en. > > -- > You received this message because you are subscribed to the Google Groups > "iPhoneWebDev" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<iphonewebdev%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/iphonewebdev?hl=en. > -- You received this message because you are subscribed to the Google Groups "iPhoneWebDev" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/iphonewebdev?hl=en.
