DevToolsClientPerformanceTimeline Property |
Version 130.1.90
Reporting of performance timeline events, as specified in
https://w3c.github.io/performance-timeline/#dom-performanceobserver.
Namespace: CefSharp.DevToolsAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public PerformanceTimelineClient PerformanceTimeline { get; }
public:
property PerformanceTimelineClient^ PerformanceTimeline {
PerformanceTimelineClient^ get ();
}
Property Value
PerformanceTimelineClientSee Also