Enum CrossOriginIsolatedContextType
Indicates whether the frame is cross-origin isolated and why it is the case.
[JsonConverter(typeof(JsonStringEnumConverter<CrossOriginIsolatedContextType>))]
public enum CrossOriginIsolatedContextType
Fields
Isolated = 0NotIsolated = 1NotIsolatedFeatureDisabled = 2