Is there a way to handle different HTML errors in a WebView? Such as: linked CSS file was not found, some JS or DOM error occured.
webView:didFailLoadWithError:forFrame: does not handle them (I believe I set the delegate correctly since I receive webView:didFinishLoadForFrame: and other messages).