Module Entry.Navigation_timing

Navigation timing entries.

module Type : sig ... end

Navigation type enum.

type t

The type for PerformanceNavigationTiming objects.

val as_entry : t -> entry

as_entry m is m as an entry object.

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 type' : t -> Type.t
val redirect_count : t -> int