WebKitCookiePersistentStorage

Enum values used to denote the cookie persistent storage types.

Values

ValueMeaning
TEXT0

Cookies are stored in a text file in the Mozilla "cookies.txt" format.

SQLITE1

Cookies are stored in a SQLite file in the current Mozilla format.

Meta