I believe my manifest for the offline application is correct. At least in Chrome I can check to see what is stored, how big it is, etc.
But I am not finding out how to get the equivalent display of data for IE11
In Chrome the magic url is: chrome://appcache-internals/
Is there something in the F12 debug tools to help me?
(all I see is the events, which seem to be working fine).
(also, my application makes extensive use of the IndexedDB. Is there a IE11 tool for exploring the state of that also?
Again, I hate to contrast the tools with Chrome, but they have a tab on the developer tools called resources which I can look at IDB, WebSQL, Cookies, Session Storage, and the Application Cache.
I am a 20+ year veteran of using Microsoft Development tools, so I don't take this as a complaint, but a plea.
Dr. YSG