.. wxPython Phoenix documentation This file was generated by Phoenix's sphinx generator and associated tools, do not edit by hand. Copyright: (c) 2011-2020 by Total Control Software License: wxWindows License .. include:: headings.inc .. _wx.html2.WebViewBrowsingDataTypes: ========================================================================================================================================== |phoenix_title| **wx.html2.WebViewBrowsingDataTypes** ========================================================================================================================================== The `WebViewBrowsingDataTypes` enumeration provides the following values: ================================================================================ ================================================================================ **Description** **Value** ================================================================================ ================================================================================ ``wx.html2.WEBVIEW_BROWSING_DATA_COOKIES`` All stored and session cookies. ``wx.html2.WEBVIEW_BROWSING_DATA_CACHE`` Cached data from disk and memory. ``wx.html2.WEBVIEW_BROWSING_DATA_DOM_STORAGE`` All ``DOM`` Storage: File Systems, Indexed ``DB``, Local Storage, Web ``SQL``, Cache Storage. ``wx.html2.WEBVIEW_BROWSING_DATA_OTHER`` Other browsing data like history, settings, auto fill, passwords, etc. ``wx.html2.WEBVIEW_BROWSING_DATA_ALL`` All browsing data, including data corresponding to all the other constants. ================================================================================ ================================================================================ |