Click or drag to resize

SpeculationAction Enumeration

Version 130.1.90
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: 129.0.110.0
Syntax
public enum SpeculationAction
Members
Member nameValueDescription
Prefetch0 Prefetch
Prerender1 Prerender
See Also