mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Added a clearCookies method to WebBrowserComponent to clear any stored cookies
This commit is contained in:
parent
837ac2143c
commit
6292ccf5c3
5 changed files with 61 additions and 0 deletions
|
|
@ -79,6 +79,9 @@ public:
|
|||
/** Refreshes the browser. */
|
||||
void refresh();
|
||||
|
||||
/** Clear cookies that the OS has stored for the WebComponents of this application */
|
||||
static void clearCookies();
|
||||
|
||||
//==============================================================================
|
||||
/** This callback is called when the browser is about to navigate
|
||||
to a new location.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue