Click or drag to resize

StorageType Enumeration

Version 118.6.80
Enum of possible storage types.

Namespace:  CefSharp.DevTools.Storage
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.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
SharedStorage10 shared_storage
StorageBuckets11 storage_buckets
All12 all
Other13 other
See Also