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