StorageBucketsDurability Enumeration |
Version 130.1.90
StorageBucketsDurability
Namespace: CefSharp.DevTools.StorageAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public enum StorageBucketsDurability
public enum class StorageBucketsDurability
Members Member name | Value | Description |
---|
Relaxed | 0 |
relaxed
|
Strict | 1 |
strict
|
See Also