Click or drag to resize

StorageType Enumeration

Version 94.4.20
Enum of possible storage types.

Namespace:  CefSharp.DevTools.Storage
Assembly:  CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.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
All9 all
Other10 other
See Also