Click or drag to resize

StorageType Enumeration

Version 102.0.100
Enum of possible storage types.

Namespace:  CefSharp.DevTools.Storage
Assembly:  CefSharp (in CefSharp.dll) Version: 102.0.100.0 (102.0.100.0)
Syntax
public enum StorageType
Members
  Member nameValueDescription
Appcache0 appcache
Cookies1 cookies
FileSystems2 file_systems
Indexeddb3 indexeddb
LocalStorage4 local_storage
ShaderCache5 shader_cache
Websql6 websql
ServiceWorkers7 service_workers
CacheStorage8 cache_storage
InterestGroups9 interest_groups
All10 all
Other11 other
See Also