Updated Branches:
  refs/heads/master 4494a9339 -> 8d7115d94

[CB-3616] Document InAppBrowser clearcache and clearallcache options


Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/8d7115d9
Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/8d7115d9
Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/8d7115d9

Branch: refs/heads/master
Commit: 8d7115d947aa06a7dec8df77e568d92d9d832321
Parents: 4494a93
Author: Ian Clelland <[email protected]>
Authored: Fri Aug 9 10:26:58 2013 -0400
Committer: Ian Clelland <[email protected]>
Committed: Fri Aug 9 10:27:19 2013 -0400

----------------------------------------------------------------------
 docs/en/edge/cordova/inappbrowser/window.open.md | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/8d7115d9/docs/en/edge/cordova/inappbrowser/window.open.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/cordova/inappbrowser/window.open.md 
b/docs/en/edge/cordova/inappbrowser/window.open.md
index c5e15b7..a0ab60e 100644
--- a/docs/en/edge/cordova/inappbrowser/window.open.md
+++ b/docs/en/edge/cordova/inappbrowser/window.open.md
@@ -45,6 +45,8 @@ instance, or the system browser.
     --------------------
     - __closebuttoncaption__ - set to a string that will be the caption for 
the "Done" button. 
     - __hidden__ - set to 'yes' to create the browser and load the page, but 
not show it. The load event will fire when loading is complete. Omit or set to 
'no' (default) to have the browser open and load normally. 
+    - __clearcache__ - set to 'yes' to have the browser's cookie cache cleared 
before the new window is opened
+    - __clearsessioncache__ - set to 'yes' to have the session cookie cache 
cleared before the new window is opened
 
     iOS only
     --------

Reply via email to