:right-sidebar: True WebsiteDataTypes =================================================================== .. currentmodule:: gi.repository.WebKit .. versionadded:: 2.16 .. class:: WebsiteDataTypes :no-contents-entry: Enum values with flags representing types of Website data. Fields ------ .. rst-class:: interim-class .. class:: WebsiteDataTypes :no-index: .. attribute:: ALL All types. .. attribute:: COOKIES Cookies. .. attribute:: DEVICE_ID_HASH_SALT Hash salt used to generate the device ids used by webpages. .. attribute:: DISK_CACHE HTTP disk cache. .. attribute:: DOM_CACHE DOM (CacheStorage) cache. .. attribute:: HSTS_CACHE HSTS cache. .. attribute:: INDEXEDDB_DATABASES IndexedDB databases. .. attribute:: ITP Intelligent Tracking Prevention data. .. attribute:: LOCAL_STORAGE Local storage data. .. attribute:: MEMORY_CACHE Memory cache. .. attribute:: OFFLINE_APPLICATION_CACHE Offline web application cache. .. attribute:: SERVICE_WORKER_REGISTRATIONS Service worker registrations. .. attribute:: SESSION_STORAGE Session storage data.