You've already forked CEF4Delphi
mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-12-13 21:45:55 +02:00
Added TChromiumCore.ClearDataForOrigin procedure
Added a menu option to the MiniBrowser demo to clear all data from the current URL
This commit is contained in:
@@ -431,6 +431,17 @@ type
|
||||
|
||||
TCefProxyScheme = (psHTTP, psSOCKS4, psSOCKS5);
|
||||
|
||||
TCefClearDataStorageTypes = (cdstAppCache,
|
||||
cdstCookies,
|
||||
cdstFileSystems,
|
||||
cdstIndexeddb,
|
||||
cdstLocalStorage,
|
||||
cdstShaderCache,
|
||||
cdstWebsql,
|
||||
cdstServiceWorkers,
|
||||
cdstCacheStorage,
|
||||
cdstAll);
|
||||
|
||||
TCefAutoplayPolicy = (appDefault,
|
||||
appDocumentUserActivationRequired,
|
||||
appNoUserGestureRequired,
|
||||
|
||||
Reference in New Issue
Block a user