Enum SpeculationAction
The type of preloading attempted. It corresponds to mojom::SpeculationAction (although PrefetchWithSubresources is omitted as it isn't being used by clients).
[JsonConverter(typeof(JsonEnumMemberConverter<SpeculationAction>))]
public enum SpeculationAction
Fields
[EnumMember(Value = "Prefetch")] Prefetch = 0Enumerated member for the Prefetch value.
[EnumMember(Value = "Prerender")] Prerender = 1Enumerated member for the Prerender value.
[EnumMember(Value = "PrerenderUntilScript")] PrerenderUntilScript = 2Enumerated member for the PrerenderUntilScript value.