Module Entry.Navigation_timingSource

Navigation timing entries.

Sourcemodule Type : sig ... end

Navigation type enum.

Sourcetype t

The type for PerformanceNavigationTiming objects.

Sourceval as_entry : t -> entry

as_entry m is m as an entry object.

Sourceval as_resource_timing : t -> Resource_timing.t

as_resource_timing n is n as a ressource timing object.

Sourceval unload_event_start : t -> float
Sourceval unload_event_end : t -> float
Sourceval dom_interactive : t -> float
Sourceval dom_content_loaded_event_start : t -> float
Sourceval dom_content_loaded_event_end : t -> float
Sourceval dom_complete : t -> float
Sourceval load_event_start : t -> float
Sourceval load_event_end : t -> float
Sourceval type' : t -> Type.t
Sourceval redirect_count : t -> int