| Value | Meaning |
|---|---|
| MemoryCache1 | Memory cache. |
| DiskCache2 | HTTP disk cache. |
| OfflineApplicationCache4 | Offline web application cache. |
| SessionStorage8 | Session storage data. |
| LocalStorage16 | Local storage data. |
| IndexeddbDatabases32 | IndexedDB databases. |
| Cookies64 | Cookies. |
| DeviceIdHashSalt128 | Hash salt used to generate the device ids used by webpages. |
| HstsCache256 | HSTS cache. |
| Itp512 | Intelligent Tracking Prevention data. |
| ServiceWorkerRegistrations1024 | Service worker registrations. |
| DomCache2048 | DOM (CacheStorage) cache. |
| All4095 | All types. |
Enum values with flags representing types of Website data.