WebKit2.CookiePersistentStorage (original) (raw)
WebKit2
API Version: 4.1
Library Version: 2.42.5
Type
Enumeration
WebKit2CookiePersistentStorage
Declaration
enum WebKit2.CookiePersistentStorage
Description [src]
Enum values used to denote the cookie persistent storage types.
Members
WEBKIT_COOKIE_PERSISTENT_STORAGE_TEXT
Cookies are stored in a text file in the Mozilla “cookies.txt” format.
- Value:
0
- Nickname:
text
- Available since: 4.1
WEBKIT_COOKIE_PERSISTENT_STORAGE_SQLITE
Cookies are stored in a SQLite file in the current Mozilla format.
- Value:
1
- Nickname:
sqlite
- Available since: 4.1
Content