| Value | Meaning |
|---|---|
| MEMORY_CACHE1 | Memory cache. |
| DISK_CACHE2 | HTTP disk cache. |
| OFFLINE_APPLICATION_CACHE4 | Offline web application cache. |
| SESSION_STORAGE8 | Session storage data. |
| LOCAL_STORAGE16 | Local storage data. |
| WEBSQL_DATABASES32 | WebSQL databases. Deprecated 2.24 |
| INDEXEDDB_DATABASES64 | IndexedDB databases. |
| PLUGIN_DATA128 | Plugins data. |
| COOKIES256 | Cookies. |
| DEVICE_ID_HASH_SALT512 | Hash salt used to generate the device ids used by webpages. Since 2.24 |
| HSTS_CACHE1024 | HSTS cache. Since 2.26 |
| ITP2048 | Intelligent Tracking Prevention data. Since 2.30. |
| SERVICE_WORKER_REGISTRATIONS4096 | Service worker registrations. Since 2.30 |
| DOM_CACHE8192 | DOM (CacheStorage) cache. Since 2.30 |
| ALL16383 | All types. |
Page generated by adrdox
Enum values with flags representing types of Website data.