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(JsonStringEnumConverter<SpeculationAction>))]
public enum SpeculationAction
Fields
Prefetch = 0Prerender = 1PrerenderUntilScript = 2