Entry.Navigation_timing
Navigation timing entries.
module Type : sig ... end
Navigation type enum.
The type for PerformanceNavigationTiming
objects.
val as_resource_timing : t -> Resource_timing.t
as_resource_timing n
is n
as a ressource timing object.
val unload_event_start : t -> float
val unload_event_end : t -> float
val dom_interactive : t -> float
val dom_content_loaded_event_start : t -> float
val dom_content_loaded_event_end : t -> float
val dom_complete : t -> float
val load_event_start : t -> float
val load_event_end : t -> float
val redirect_count : t -> int