Click or drag to resize

SpeculationAction Enumeration

Version 118.6.80
The type of preloading attempted. It corresponds to mojom::SpeculationAction (although PrefetchWithSubresources is omitted as it isn't being used by clients).

Namespace:  CefSharp.DevTools.Preload
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.0
Syntax
public enum SpeculationAction
Members
  Member nameValueDescription
Prefetch0 Prefetch
Prerender1 Prerender
See Also