Suppose you have a webview that would load a page, how would you handle the situation if the page fails to load, for instance, in 20 seconds?
More specifically which WebView delegate method is called when the such situation occurs?
- (void)webView:(WebView *)sender didFailProvisionalLoadWithError:(NSError *)error forFrame:(WebFrame *)frame
or
- (void)webView:(WebView *)sender didFailLoadWithError:(NSError *)error forFrame:(WebFrame *)frame