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.