Click or drag to resize

StorageType Enumeration

Version 86.0.240
Enum of possible storage types.

Namespace:  CefSharp.DevTools.Storage
Assembly:  CefSharp (in CefSharp.dll) Version: 86.0.240.0 (86.0.240.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