CrossOriginIsolatedContextType Enumeration |
Version 92.0.260
Indicates whether the frame is cross-origin isolated and why it is the case.
Namespace:
CefSharp.DevTools.Page
Assembly:
CefSharp (in CefSharp.dll) Version: 92.0.260.0 (92.0.260.0)
Syntax public enum CrossOriginIsolatedContextType
public enum class CrossOriginIsolatedContextType
Members
| Member name | Value | Description |
---|
| Isolated | 0 |
Isolated
|
| NotIsolated | 1 |
NotIsolated
|
| NotIsolatedFeatureDisabled | 2 |
NotIsolatedFeatureDisabled
|
See Also