brr
Entry.Navigation_timing
Navigation timing entries.
brr.ocaml_poke
brr.ocaml_poke_ui
brr.poke
brr.poked
module Type : sig ... end
Navigation type enum.
type t
The type for PerformanceNavigationTiming objects.
PerformanceNavigationTiming
val as_entry : t -> entry
as_entry m is m as an entry object.
as_entry m
m
val as_resource_timing : t -> Resource_timing.t
as_resource_timing n is n as a ressource timing object.
as_resource_timing n
n
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