I have an HTML5 offline app and on occasion users have cache errors which I handle with the event listener and display a generic error message.
In order to help debug these I'd like to also display and log the error details (as seen in the Chrome console), such as a failed get. I have not yet found a way to get the details through Javascript. Is this currently possible?