When using the updateready event of the HTML5 Application Cache API I would like to provide the user with a dynamic count of downloaded resources (like "23 of 400") so he can know how much time he has to wait.
On the console tab of the Chrome browser's Developer tools I can see that information, but how do I access it programmatically using Javascript?