Contents - Index - Top


ClearBrowsingData

Interface AntViewProfile 

 

Type: Method

Parameters: TxBrowsingDataKinds dataKinds

Returns: nothing

 

 

Clears all browsing data for the current profile and selected dataKind(s).

You can combine the various dataKinds and pass them as one using a bitwise or operation.

eg.

dataKinds = (bdkIndexedDb Or bdkLocalStorage)

to pass clear browsing data for both the IndexedDb as well as localStorage in one go.

 

Eventually this will trigger OnClearBrowsingCompleted when finished.

 

 

Introduced in AntView release 2.0.459

 


AntView - The MS Edge WebView2 ActiveX control Date last changed: 09/30/2024