diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2014-10-29 11:23:11 -0700 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2014-10-29 11:23:11 -0700 |
commit | fedd38feb88ac93531aad19ab217e7d61b17f7b9 (patch) | |
tree | 8c0f5421d855e2e1bf9b17c3d036c232e634a95f /CyteKit/WebViewController.h | |
parent | 95cd61f0148cda7af3739114e62b9a844dd082e8 (diff) |
Reload the appcache if suspended over ten minutes.
Diffstat (limited to 'CyteKit/WebViewController.h')
-rw-r--r-- | CyteKit/WebViewController.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CyteKit/WebViewController.h b/CyteKit/WebViewController.h index a159f37..96186c1 100644 --- a/CyteKit/WebViewController.h +++ b/CyteKit/WebViewController.h @@ -103,6 +103,7 @@ - (id) initWithWidth:(float)width ofClass:(Class)_class; - (void) callFunction:(WebScriptObject *)function; +- (void) reloadURLWithCache:(BOOL)cache; - (void) webView:(WebView *)view didClearWindowObject:(WebScriptObject *)window forFrame:(WebFrame *)frame; - (NSURLRequest *) webView:(WebView *)view resource:(id)identifier willSendRequest:(NSURLRequest *)request redirectResponse:(NSURLResponse *)response fromDataSource:(WebDataSource *)source; |