Click or drag to resize

StorageType Enumeration

Version 85.3.121
Enum of possible storage types.

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