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