Module Performance.EntrySource
Performance entry objects.
The type for PerformanceEntry objects.
name e is the name of e.
type' e is the type of e.
start_time e is the start time of e.
end_time e is the end time of e.
duration e is the duration of duration of e.
to_json e is a JSON representation of e.
Entry types
Always check the type' before coercing an entry type to its subtype. Objects of type PerformanceMark, PerformanceMeasure, PerformanceFrameTiming, and PerformancePaintTiming do not provide additional properties, so no modules are provided for them.
See t.
Resource timing entries.
Navigation timing entries.
as_resource_timing e is e as a ressource timing entry.
as_navigation_timing e is e as a navigation timing entry.